Uses of Class
org.apache.commons.compress.archivers.zip.BinaryTree
-
Packages that use BinaryTree Package Description org.apache.commons.compress.archivers.zip 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 BinaryTree Modifier and Type Field Description private 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 BinaryTree Modifier and Type Method Description (package private) static BinaryTree
BinaryTree. decode(java.io.InputStream in, int totalNumberOfValues)
Decodes the packed binary tree from the specified stream.
-