Class HuffmanDecoder.DecodingMemory
- java.lang.Object
-
- org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
-
- Enclosing class:
- HuffmanDecoder
private static class HuffmanDecoder.DecodingMemory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intmaskprivate byte[]memoryprivate intwHeadprivate booleanwrappedAround
-
Constructor Summary
Constructors Modifier Constructor Description privateDecodingMemory()privateDecodingMemory(int bits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) byteadd(byte b)(package private) voidadd(byte[] b, int off, int len)private intincCounter(int counter)(package private) voidrecordToBuffer(int distance, int length, byte[] buff)
-