Interface ABlockReader

    • Method Detail

      • isIndexable

        boolean isIndexable()
        An indexable block supports seeking, getting a position, and associating an arbitrary index with the block
        Returns:
        true, if the block is indexable; otherwise false.
      • seek

        void seek​(int position)
      • getPosition

        int getPosition()
        Get the file position.
        Returns:
        the file position.
      • getIndex

        <T> T getIndex​(Class<T> clazz)
      • getBuffer

        byte[] getBuffer()