java.io if they
had been a part of Java.See: Description
| Interface | Description |
|---|---|
| BitInput |
This interface identifies a source for bits.
|
| BitOutput |
This interface identifies a sink for bits.
|
| Class | Description |
|---|---|
| LittleEndianBitInputStream |
This is an input stream that a client can use to read single or several bits
from an underlying
InputStream. |
| LittleEndianBitOutputStream |
This is an
OutputStream that implements BitOutput and hence
can be used to write individual bits to the output. |
java.io if they
had been a part of Java.