Uses of Class
kala.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 kala.compress.archivers.zip
Fields in kala.compress.archivers.zip declared as BinaryTreeModifier and TypeFieldDescriptionprivate 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 BinaryTreeModifier and TypeMethodDescription(package private) static BinaryTreeBinaryTree.decode(InputStream inputStream, int totalNumberOfValues) Decodes the packed binary tree from the specified stream.