Class BlockPackedReader
Provides random access to a stream written with Block
This is a Lucene.NET INTERNAL API, use at your own risk
Inherited Members
Namespace: Lucene.Net.Util.Packed
Assembly: Lucene.Net.dll
Syntax
public sealed class BlockPackedReader : Int64Values
Constructors
| Improve this Doc View SourceBlockPackedReader(IndexInput, Int32, Int32, Int64, Boolean)
Sole constructor.
Declaration
public BlockPackedReader(IndexInput in, int packedIntsVersion, int blockSize, long valueCount, bool direct)
Parameters
Type | Name | Description |
---|---|---|
Index |
in | |
System. |
packedIntsVersion | |
System. |
blockSize | |
System. |
valueCount | |
System. |
direct |
Methods
| Improve this Doc View SourceGet(Int64)
Declaration
public override long Get(long index)
Parameters
Type | Name | Description |
---|---|---|
System. |
index |
Returns
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceRamBytesUsed()
Returns approximate RAM bytes used.
Declaration
public long RamBytesUsed()
Returns
Type | Description |
---|---|
System. |