| java.util.zip |
|
| Java Source File Name | Type | Comment |
| Adler32.java | Class | The Adler32 class is used to compute the Adler32 Checksum from a set of data. |
| CheckedInputStream.java | Class | The CheckedInputStream class is used to maintain a running Checksum of all
data read from a stream. |
| CheckedOutputStream.java | Class | The CheckedOutputStream class is used to maintain a running Checksum of all
data written to a stream. |
| Checksum.java | Interface | Interface to types that can compute a checksum value of given data. |
| CRC32.java | Class | The CRC32 class is used to compute a CRC32 Checksum from a set of data. |
| DataFormatException.java | Class | DataFormatException is used to indicate an error in the format of a
particular data stream. |
| Deflater.java | Class | The Deflater class is used to compress bytes using the DEFLATE compression
algorithm. |
| DeflaterOutputStream.java | Class | The DeflaterOutputStream class implements a stream filter for the writing of
compressed data to a stream. |
| GZIPInputStream.java | Class | The GZIPInputStream class is used to read data stored in the GZIP format. |
| GZIPOutputStream.java | Class | The GZIPOutputStream class is used to write data to a stream in the GZIP
storage format. |
| Inflater.java | Class | The Inflater class is used to decompress bytes using the DEFLATE compression
algorithm. |
| InflaterInputStream.java | Class | InflaterOutputStream read data which has been compressed using the DEFLATE
compression method. |
| ZipConstants.java | Interface | |
| ZipEntry.java | Class | ZipEntry represents an entry in a zip file. |
| ZipException.java | Class | This runtime exception is thrown by ZipFile and ZipInputStream when the file
or stream is not a valid zip file. |
| ZipFile.java | Class | ZipFile is used to read zip entries and their associated data from zip files. |
| ZipInputStream.java | Class | ZipInputStream is an input stream for reading zip files. |
| ZipOutputStream.java | Class | ZipOutputStream is used to write ZipEntries to the underlying stream. |