| Class | Description |
|---|---|
| BitInputStream |
A file input stream that reads a byte from a binary file then returns
a single integer at a time, representing a single bit as a 0 or 1.
|
| BitOutputStream |
A file outputStream stream that takes integer representations of bits (1s and 0s)
and writes them as bits to a file.
|