Class SprintzDecoder

    • Field Detail

      • logger

        protected static final org.slf4j.Logger logger
      • bitWidth

        protected int bitWidth
      • Block_size

        protected int Block_size
      • isBlockReaded

        protected boolean isBlockReaded
      • currentCount

        protected int currentCount
      • decodeSize

        protected int decodeSize
    • Constructor Detail

      • SprintzDecoder

        public SprintzDecoder()
    • Method Detail

      • reset

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

        protected abstract void decodeBlock​(java.nio.ByteBuffer in)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • recalculate

        protected abstract void recalculate()