Package org.apache.lucene.util.fst
Class FST.BytesReader
- java.lang.Object
-
- org.apache.lucene.store.DataInput
-
- org.apache.lucene.util.fst.FST.BytesReader
-
- All Implemented Interfaces:
Cloneable
public abstract static class FST.BytesReader extends DataInput
Reads the bytes from this FST. UseFST.getBytesReader(int)
to obtain an instance for this FST; re-use across calls (but only within a single thread) for better performance.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BytesReader(byte[] bytes, int pos)
-
Method Summary
-
Methods inherited from class org.apache.lucene.store.DataInput
clone, readByte, readBytes, readBytes, readChars, readInt, readLong, readShort, readString, readStringStringMap, readVInt, readVLong, setModifiedUTF8StringsMode
-
-