Uses of Class
org.apache.commons.compress.archivers.zip.BinaryTree
Packages that use BinaryTree
Package
Description
Provides stream classes for reading and writing archives using
the ZIP format.
-
Uses of BinaryTree in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip declared as BinaryTreeModifier and TypeFieldDescriptionprivate BinaryTree
ExplodingInputStream.distanceTree
The binary tree containing the 64 encoded distancesprivate BinaryTree
ExplodingInputStream.lengthTree
The binary tree containing the 64 encoded lengthsprivate BinaryTree
ExplodingInputStream.literalTree
The binary tree containing the 256 encoded literals (null when only two trees are used)Methods in org.apache.commons.compress.archivers.zip that return BinaryTreeModifier and TypeMethodDescription(package private) static BinaryTree
BinaryTree.decode
(InputStream inputStream, int totalNumberOfValues) Decodes the packed binary tree from the specified stream.