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