Class LongGorillaDecoder

  • Direct Known Subclasses:
    DoublePrecisionDecoderV2

    public class LongGorillaDecoder
    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 long storedValue
    • Constructor Detail

      • LongGorillaDecoder

        public LongGorillaDecoder()
    • Method Detail

      • readLong

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

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

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