private static class HuffmanDecoder.DecodingMemory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
mask |
private byte[] |
memory |
private int |
wHead |
private boolean |
wrappedAround |
| Modifier | Constructor and Description |
|---|---|
private |
DecodingMemory() |
private |
DecodingMemory(int bits) |
| Modifier and Type | Method and 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) |