| Class | Description |
|---|---|
| BitInputStream |
This class reads from a file or an InputStream integers that can be coded with different encoding algorithms.
|
| BitOutputStream |
This class provides methods to write compressed integers to an outputstream.
The numbers are written into a byte starting from the most significant bit (i.e, left to right). |
| BitUtilities |
Utility methods for use in the BitFile classes.
|