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 BinaryTree |
ExplodingInputStream.distanceTree
The binary tree containing the 64 encoded distances
|
private BinaryTree |
ExplodingInputStream.lengthTree
The binary tree containing the 64 encoded lengths
|
private BinaryTree |
ExplodingInputStream.literalTree
The binary tree containing the 256 encoded literals (null when only two trees are used)
|
Modifier and Type | Method and Description |
---|---|
(package private) static BinaryTree |
BinaryTree.decode(java.io.InputStream in,
int totalNumberOfValues)
Decodes the packed binary tree from the specified stream.
|