- java.lang.Object
-
- org.apache.lucene.store.DataInput
-
- org.apache.lucene.util.fst.FST.BytesReader
-
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
ByteBlockPoolReverseBytesReader
,ForwardBytesReader
,ReverseBytesReader
,ReverseRandomAccessReader
public abstract static class FST.BytesReader extends DataInput
Reads bytes stored in an FST.
-
-
Constructor Summary
Constructors Constructor Description BytesReader()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract long
getPosition()
Get current read position.abstract void
setPosition(long pos)
Set current read position.-
Methods inherited from class org.apache.lucene.store.DataInput
clone, readByte, readBytes, readBytes, readFloats, readGroupVInt, readGroupVInts, readInt, readInts, readLong, readLongs, readMapOfStrings, readSetOfStrings, readShort, readString, readVInt, readVLong, readZInt, readZLong, skipBytes
-
-