Class GrowableByteArrayDataOutput
A DataOutput that can be used to build a byte[].
@lucene.internal
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class GrowableByteArrayDataOutput : DataOutput
Constructors
Name | Description |
---|---|
GrowableByteArrayDataOutput(Int32) | Create a GrowableByteArrayDataOutput with the given initial capacity. |
Properties
Name | Description |
---|---|
Bytes | The bytes |
Length | The length |
Methods
Name | Description |
---|---|
WriteByte(Byte) | |
WriteBytes(Byte[], Int32, Int32) |