Class SprintzEncoder

    • Field Detail

      • logger

        protected static final org.slf4j.Logger logger
      • Block_size

        protected int Block_size
      • groupMax

        protected int groupMax
      • groupNum

        protected int groupNum
      • bitWidth

        protected int bitWidth
      • byteCache

        protected ByteArrayOutputStream byteCache
        output stream to buffer <bitwidth> <encoded-data>.
      • predictMethod

        protected String predictMethod
      • isFirstCached

        protected boolean isFirstCached
    • Constructor Detail

      • SprintzEncoder

        protected SprintzEncoder()
    • Method Detail

      • reset

        protected void reset()