Class PackedDataOutput
A DataOutput wrapper to write unaligned, variable-length packed integers.
@lucene.internal
Inheritance
System.Object
PackedDataOutput
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class PackedDataOutput : object
Constructors
Name | Description |
---|---|
PackedDataOutput(DataOutput) | Create a new instance that wraps |
Methods
Name | Description |
---|---|
Flush() | Flush pending bits to the underlying DataOutput. |
WriteInt64(Int64, Int32) | Write a value using exactly NOTE: This was writeLong() in Lucene. |