Class IntChimpDecoder

  • Direct Known Subclasses:
    SinglePrecisionChimpDecoder

    public class IntChimpDecoder
    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 int[] storedValues
      • current

        protected int current
    • Constructor Detail

      • IntChimpDecoder

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