Class LongChimpDecoder

  • Direct Known Subclasses:
    DoublePrecisionChimpDecoder

    public class LongChimpDecoder
    extends GorillaDecoderV2
    This class includes code modified from Panagiotis Liakos chimp project.

    Copyright: 2022- Panagiotis Liakos, Katia Papakonstantinopoulou and Yannis Kotidis

    Project page: https://github.com/panagiotisl/chimp

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

    • Field Detail

      • storedValues

        protected long[] storedValues
      • current

        protected int current
    • Constructor Detail

      • LongChimpDecoder

        public LongChimpDecoder()
    • 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)