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) throws java.io.IOException
java.io.IOExceptionpublic final byte read(BitInputStream bitInputStream) throws java.io.IOException
java.io.IOException