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

      • pos

        protected int pos
      • bytes

        protected final byte[] bytes
    • Constructor Detail

      • BytesReader

        protected BytesReader​(byte[] bytes,
                              int pos)