org.apache.lucene.util.fst
Constructor and Description |
---|
FST.BytesReader() |
Modifier and Type | Method and Description |
---|---|
abstract long |
getPosition()
Get current read position.
|
abstract boolean |
reversed()
Returns true if this reader uses reversed bytes
under-the-hood.
|
abstract void |
setPosition(long pos)
Set current read position.
|
abstract void |
skipBytes(int count)
Skips bytes.
|
clone, readByte, readBytes, readBytes, readInt, readLong, readShort, readString, readStringSet, readStringStringMap, readVInt, readVLong
public abstract long getPosition()
public abstract void setPosition(long pos)
public abstract boolean reversed()
public abstract void skipBytes(int count)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.