BinaryArithmeticStream.Huffman

A Huffman code table / tree.

Methods
int read(BinaryArithmeticStream.In in)
Read a value.
int read(BinaryArithmeticStream.In in) throws IOException
Read a value.
Parameters:
in - the input stream
Returns:
the value
void write(BinaryArithmeticStream.Out out, int value)
Write a value.
void write(BinaryArithmeticStream.Out out, int value) throws IOException
Write a value.
Parameters:
out - the output stream
value - the value to write