Uses of Class
kala.compress.archivers.zip.BinaryTree
-
Packages that use BinaryTree Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of BinaryTree in kala.compress.archivers.zip
Fields in kala.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 kala.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.
-