Class ByteArrayDataOutput
DataOutput backed by a byte array. WARNING: this class omits most low-level checks, so be sure to test heavily with assertions enabled.
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class ByteArrayDataOutput : DataOutput
Constructors
Name | Description |
---|---|
ByteArrayDataOutput() | |
ByteArrayDataOutput(Byte[]) | |
ByteArrayDataOutput(Byte[], Int32, Int32) |
Properties
Name | Description |
---|---|
Position |
Methods
Name | Description |
---|---|
Reset(Byte[]) | |
Reset(Byte[], Int32, Int32) | |
WriteByte(Byte) | |
WriteBytes(Byte[], Int32, Int32) |