Class PagedBytes.Reader
Provides methods to read BytesRefs from a frozen PagedBytes.
Inheritance
System.Object
PagedBytes.Reader
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class Reader : object
Methods
Name | Description |
---|---|
Fill(BytesRef, Int64) | Reads length as 1 or 2 byte vInt prefix, starting at Note: this method does not support slices spanning across block borders. @lucene.internal |
FillSlice(BytesRef, Int64, Int32) | Gets a slice out of PagedBytes starting at Slices spanning more than two blocks are not supported. @lucene.internal |
RamBytesUsed() | Returns approximate RAM bytes used. |