| DataFormatException |
Exception |
Exception thrown when compressed data is corrupt. |
| ZipException |
Exception |
Thrown during the creation or input of a zip file. |
| Checksum |
Interface |
Interface to compute a data checksum used by checked input/output streams. |
| Adler32 |
Class |
Computes Adler32 checksum for a stream of data. |
| CheckedInputStream |
Class |
InputStream that computes a checksum of the data being read using a supplied Checksum object. |
| CheckedOutputStream |
Class |
OutputStream that computes a checksum of data being written using a supplied Checksum object. |
| Deflater |
Class |
This is the Deflater class. |
| GZIPOutputStream |
Class |
This filter stream is used to compress a stream into a "GZIP" stream. |
| ZipOutputStream |
Class |
This is a FilterOutputStream that writes the files into a zip archive one after another. |
| DeflaterOutputStream |
Class |
This is a special FilterOutputStream deflating the bytes that are written through it. |
| GZIPInputStream |
Class |
This filter stream is used to decompress a "GZIP" format stream. |
| CRC32 |
Class |
Computes CRC32 data checksum of a data stream. |
| ZipInputStream |
Class |
This is a FilterInputStream that reads the files in an zip archive one after another. |
| Inflater |
Class |
Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1950. |
| InflaterInputStream |
Class |
This filter stream is used to decompress data compressed in the "deflate" format. |
| ZipEntry |
Class |
This class represents a member of a zip archive. |
| ZipFile |
Class |
This class represents a Zip archive. |