Class 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 Detail

      • BytesReader

        public BytesReader()
    • Method Detail

      • 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.