| Interface | Description |
|---|---|
| BitInputStream |
An interface with methods allowing bit-wise reading from
an input stream.
|
| Class | Description |
|---|---|
| ByteArrayBitInputStream |
Implementation of the
BitInputStream interface,
using a byte array as data source. |
| HuffmanNode |
Representation of a node in a Huffman tree, used to read
Huffman compressed codewords from e.g.
|
Copyright © 2017. All rights reserved.