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