This sure wasn't the easiest package to chose, but I've been hacking on the zlib source code fore a few weeks now, and I think I've got a basic understanding of it...
| Interface Summary | |||
| Checksum | An interface representing a data checksum. | |
FredrikGrohn |
| Class Summary | |||
| Adler32 | A class that can be used to compute the Adler-32 checksum of a data stream. | FredrikGrohn | |
| CRC32 | A class that can be used to compute the CRC-32 of a data stream. | FredrikGrohn | |
| CheckedInputStream | An input stream that also maintains a checksum of the data being read. | |
FredrikGrohn |
| CheckedOutputStream | An output stream that also maintains a checksum of the data being written. | |
FredrikGrohn |
| Deflater | This class provides support for general purpose decompression using the popular ZLIB compression library. | YourNameHere | |
| DeflaterOutputStream | This class implements an output stream filter for compressing data in the "deflate" compression format. | |
FredrikGrohn |
| GZIPInputStream | This class implements a stream filter for reading compressed data in the GZIP format. | |
FredrikGrohn |
| GZIPOutputStream | This class implements a stream filter for writing compressed data in the GZIP file format. | |
FredrikGrohn |
| Inflater | This class provides support for general purpose decompression using the popular ZLIB compression library. | YourNameHere | |
| InflaterInputStream | This class implements a stream filter for uncompressing data in the "deflate" compression format. | |
FredrikGrohn |
| ZipEntry | This class is used to represent a ZIP file entry. | YourNameHere | |
| ZipFile | This class can be used to read the contents of a ZIP file. | YourNameHere | |
| ZipInputStream | This class implements an input stream filter for reading files in the ZIP file format. | YourNameHere | |
| ZipOutputStream | This class implements an output stream filter for writing files in the ZIP file format. | YourNameHere | |
| Exception Summary | |||
| DataFormatException | Signals that a data format error has occurred. | |
FredrikGrohn |
| ZipException | |
FredrikGrohn | |