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 BinaryTreeExplodingInputStream. distanceTreeThe binary tree containing the 64 encoded distancesprivate BinaryTreeExplodingInputStream. lengthTreeThe binary tree containing the 64 encoded lengthsprivate BinaryTreeExplodingInputStream. literalTreeThe 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 BinaryTreeBinaryTree. decode(java.io.InputStream inputStream, int totalNumberOfValues)Decodes the packed binary tree from the specified stream.
-