package
java.util.zip
This package can read and write the standard zip format.
more...
Interfaces
Classes
Adler32 |
The Adler32 class is used to compute the Adler32 Checksum from a set of data. |
CheckedInputStream |
The CheckedInputStream class is used to maintain a running Checksum of all
data read from a stream. |
CheckedOutputStream |
The CheckedOutputStream class is used to maintain a running Checksum of all
data written to a stream. |
CRC32 |
The CRC32 class is used to compute a CRC32 Checksum from a set of data. |
Deflater |
The Deflater class is used to compress bytes using the DEFLATE compression
algorithm. |
DeflaterOutputStream |
The DeflaterOutputStream class implements a stream filter for the writing of
compressed data to a stream. |
GZIPInputStream |
The GZIPInputStream class is used to read data stored in the GZIP format. |
GZIPOutputStream |
The GZIPOutputStream class is used to write data to a stream in the GZIP
storage format. |
Inflater |
The Inflater class is used to decompress bytes using the DEFLATE compression
algorithm. |
InflaterInputStream |
InflaterOutputStream read data which has been compressed using the DEFLATE
compression method. |
ZipEntry |
ZipEntry represents an entry in a zip file. |
ZipFile |
This class provides read-only random access to a Zip archive. |
ZipInputStream |
ZipInputStream is an input stream for reading zip files. |
ZipOutputStream |
ZipOutputStream is used to write ZipEntries to the underlying stream. |
Exceptions
DataFormatException |
DataFormatException is used to indicate an error in the format of a
particular data stream. |
ZipException |
This runtime exception is thrown by ZipFile and ZipInputStream when the file
or stream is not a valid zip file. |