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 int
mask
private byte[]
memory
private int
wHead
private boolean
wrappedAround
-
Constructor Summary
Constructors Modifier Constructor Description private
DecodingMemory()
private
DecodingMemory(int bits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) byte
add(byte b)
(package private) void
add(byte[] b, int off, int len)
private int
incCounter(int counter)
(package private) void
recordToBuffer(int distance, int length, byte[] buff)
-