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
- Enclosing class:
- FST<T>
public abstract static class FST.BytesReader
- extends DataInput
Reads the bytes from this FST. Use FST.getBytesReader(int)
to obtain an instance for this
FST; re-use across calls (but only within a single
thread) for better performance.
Field Summary |
protected byte[] |
bytes
|
protected int |
pos
|
Methods inherited from class org.apache.lucene.store.DataInput |
clone, readByte, readBytes, readBytes, readChars, readInt, readLong, readShort, readString, readStringStringMap, readVInt, readVLong, setModifiedUTF8StringsMode |
pos
protected int pos
bytes
protected final byte[] bytes
FST.BytesReader
protected FST.BytesReader(byte[] bytes,
int pos)