Class IntGorillaDecoder

  • Direct Known Subclasses:
    SinglePrecisionDecoderV2

    public class IntGorillaDecoder
    extends GorillaDecoderV2
    This class includes code modified from Michael Burman's gorilla-tsc project.

    Copyright: 2016-2018 Michael Burman and/or other contributors

    Project page: https://github.com/burmanm/gorilla-tsc

    License: http://www.apache.org/licenses/LICENSE-2.0

    • Field Detail

      • storedValue

        protected int storedValue
    • Constructor Detail

      • IntGorillaDecoder

        public IntGorillaDecoder()
    • Method Detail

      • readInt

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

        protected int cacheNext​(java.nio.ByteBuffer in)
      • readNext

        protected int readNext​(java.nio.ByteBuffer in)