Uses of Class
kala.compress.archivers.zip.BitStream
-
Packages that use BitStream Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of BitStream in kala.compress.archivers.zip
Fields in kala.compress.archivers.zip declared as BitStream Modifier and Type Field Description private BitStreamExplodingInputStream. bitsThe stream of bits read from the input streamMethods in kala.compress.archivers.zip with parameters of type BitStream Modifier and Type Method Description intBinaryTree. read(BitStream stream)Reads a value from the specified bit stream.
-