Class DeltaBinaryDecoder.IntDeltaDecoder

    • Constructor Detail

      • IntDeltaDecoder

        public IntDeltaDecoder()
    • Method Detail

      • readT

        protected int readT​(java.nio.ByteBuffer buffer)
        if there's no decoded data left, decode next pack into data.
        Parameters:
        buffer - ByteBuffer
        Returns:
        int
      • readInt

        public int readInt​(java.nio.ByteBuffer buffer)
        Overrides:
        readInt in class Decoder
      • loadIntBatch

        protected int loadIntBatch​(java.nio.ByteBuffer buffer)
        if remaining data has been run out, load next pack from InputStream.
        Parameters:
        buffer - ByteBuffer
        Returns:
        int
      • reset

        public void reset()
        Specified by:
        reset in class Decoder