Class FST.BytesReader
Reads bytes stored in an FST.
Inherited Members
Namespace: Lucene.Net.Util.Fst
Assembly: Lucene.Net.dll
Syntax
public abstract class FST.BytesReader : DataInput
Properties
IsReversed
Returns true
if this reader uses reversed bytes
under-the-hood.
Declaration
public abstract bool IsReversed { get; }
Property Value
Type | Description |
---|---|
bool |
Position
Current read position
Declaration
public abstract long Position { get; set; }
Property Value
Type | Description |
---|---|
long |
Methods
SkipBytes(int)
Skips bytes.
Declaration
public abstract void SkipBytes(int count)
Parameters
Type | Name | Description |
---|---|---|
int | count |