Interface PackedInt32s.IDecoder
A decoder for packed integers.
Assembly: DistributedLucene.Net.dll
Syntax
public interface IDecoder
Properties
Name | Description |
---|---|
ByteBlockCount | The minimum number of |
ByteValueCount | The number of values that can be stored in ByteBlockCount |
Int64BlockCount | The minimum number of NOTE: This was longBlockCount() in Lucene. |
Int64ValueCount | The number of values that can be stored in Int64BlockCount NOTE: This was longValueCount() in Lucene. |
Methods
Name | Description |
---|---|
Decode(Byte[], Int32, Int32[], Int32, Int32) | Read |
Decode(Byte[], Int32, Int64[], Int32, Int32) | Read |
Decode(Int64[], Int32, Int32[], Int32, Int32) | Read |
Decode(Int64[], Int32, Int64[], Int32, Int32) | Read |