Package | Description |
---|---|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Field and Description |
---|---|
private BitStream |
ExplodingInputStream.bits
The stream of bits read from the input stream
|
Modifier and Type | Method and Description |
---|---|
int |
BinaryTree.read(BitStream stream)
Reads a value from the specified bit stream.
|