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 bytes stored in an FST.
  • Constructor Details

    • BytesReader

      public BytesReader()
  • Method Details

    • getPosition

      public abstract long getPosition()
      Get current read position.
    • setPosition

      public abstract void setPosition(long pos)
      Set current read position.
    • reversed

      public abstract boolean reversed()
      Returns true if this reader uses reversed bytes under-the-hood.