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