Class HuffmanDecoder.DecodingMemory

java.lang.Object
org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
Enclosing class:
HuffmanDecoder

private static class HuffmanDecoder.DecodingMemory extends Object
  • Field Details

    • memory

      private final byte[] memory
    • mask

      private final int mask
    • wHead

      private int wHead
    • wrappedAround

      private boolean wrappedAround
  • Constructor Details

    • DecodingMemory

      private DecodingMemory()
    • DecodingMemory

      private DecodingMemory(int bits)
  • Method Details

    • add

      byte add(byte b)
    • add

      void add(byte[] b, int off, int len)
    • recordToBuffer

      void recordToBuffer(int distance, int length, byte[] buff)
    • incCounter

      private int incCounter(int counter)