| Package | Description |
|---|---|
| java.util.zip |
Provides classes for reading and writing the standard ZIP and GZIP
file formats.
|
| Class and Description |
|---|
| Checksum
An interface representing a data checksum.
|
| DataFormatException
Signals that a data format error has occurred.
|
| Inflater
This class provides support for general purpose decompression using the
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.
|
Copyright © 2013 API Design. All Rights Reserved.