public class HuffmanByteHelper
extends java.lang.Object
| Constructor and Description |
|---|
HuffmanByteHelper(byte[] values,
int[] bitLengths) |
| Modifier and Type | Method and Description |
|---|---|
byte |
read(BitInputStream bitInputStream) |
long |
write(BitOutputStream bitOutputStream,
byte value) |
public final long write(BitOutputStream bitOutputStream, byte value)
public final byte read(BitInputStream bitInputStream)