Class Summary |
Deflater |
This class provides support for general purpose compression using the
popular ZLIB compression library. |
DeflaterOutputStream |
This class implements an output stream filter for compressing data in
the "deflate" compression format. |
Inflater |
This class provides support for general purpose decompression using
popular ZLIB compression library. |
InflaterInputStream |
This class implements a stream filter for uncompressing data in the
"deflate" compression format. |
ZipEntry |
This class is used to represent a ZIP file entry. |
ZipFile |
This class is used to read entries from a zip file. |
ZipInputStream |
This class implements an input stream filter for reading files in the
ZIP file format. |
ZipOutputStream |
This class implements an output stream filter for writing files in the
ZIP file format. |