Interface | Description |
---|---|
Checksum |
Class | Description |
---|---|
Adler32 |
Adler-32 is composed of two sums accumulated per byte: s1 is
the sum of all bytes, s2 is the sum of all s1 values.
|
CheckedInputStream | |
CheckedOutputStream | |
CRC32 | |
Deflater |
This class is the core of all deflating done in java.util.zip.
|
DeflaterOutputStream |
basic OutputStream for Deflating (compressing) data.
|
GZIPInputStream | |
GZIPOutputStream | |
Inflater |
this class is the base class of inflating done in java.util.zip.
|
InflaterInputStream |
This class provides an implementation of
FilterInputStream that
uncompresses data that was compressed using the DEFLATE algorithm
(see specification). |
ZipEntry | |
ZipFile |
Class for manipulating zip files.
|
ZipInputStream |
Basic InputStream for reading zip formatted streams.
|
ZipOutputStream |
the format of a Zip stream looks like:
[local file Header + file data + data_descriptor] ...
|
Exception | Description |
---|---|
DataFormatException | |
ZipException |