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 BitStreamExplodingInputStream. bitsThe 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 intBinaryTree. read(BitStream stream)Reads a value from the specified bit stream.
-