Class PackedDataInput
A DataInput wrapper to read unaligned, variable-length packed integers. This API is much slower than the PackedInt32s fixed-length API but can be convenient to save space.
@lucene.internal
Inheritance
System.Object
PackedDataInput
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class PackedDataInput : object
Constructors
Name | Description |
---|---|
PackedDataInput(DataInput) | Create a new instance that wraps |
Methods
Name | Description |
---|---|
ReadInt64(Int32) | Read the next NOTE: This was readLong() in Lucene. |
SkipToNextByte() | If there are pending bits (at most 7), they will be ignored and the next value will be read starting at the next byte. |