Package | Description |
---|---|
java.util.jar | |
java.util.zip |
Class and Description |
---|
DeflaterOutputStream
basic OutputStream for Deflating (compressing) data.
|
InflaterInputStream
This class provides an implementation of
FilterInputStream that
uncompresses data that was compressed using the DEFLATE algorithm
(see specification). |
ZipEntry |
ZipException |
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] ...
|
Class and Description |
---|
Checksum |
CRC32 |
DataFormatException |
Deflater
This class is the core of all deflating done in java.util.zip.
|
DeflaterOutputStream
basic OutputStream for Deflating (compressing) data.
|
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 |
ZipException |