Class BKDReader.BKDInput

    • Constructor Detail

      • BKDInput

        private BKDInput()
    • Method Detail

      • getMinLeafBlockFP

        abstract long getMinLeafBlockFP()
      • ramBytesUsed

        abstract long ramBytesUsed()
      • getPosition

        abstract int getPosition()
      • setPosition

        abstract void setPosition​(int pos)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • clone

        public BKDReader.BKDInput clone()
        Description copied from class: DataInput
        Returns a clone of this stream.

        Clones of a stream access the same data, and are positioned at the same point as the stream they were cloned from.

        Expert: Subclasses must ensure that clones may be positioned at different points in the input from each other and from the stream they were cloned from.

        Overrides:
        clone in class DataInput