API Overview API Index Direct link to this page
JDK 1.6
  Package: java.util.zip
Author(s)
Since
JDK1.1
Version
Serial
Description
  Provides classes for reading and writing the standard ZIP and GZIP file formats.
See also:   
Adler32 View Source A class that can be used to compute the Adler-32 checksum of a data stream.
CheckedInputStream View Source An input stream that also maintains a checksum of the data being read.
CheckedOutputStream View Source An output stream that also maintains a checksum of the data being written.
Checksum View Source An interface representing a data checksum.
CRC32 View Source A class that can be used to compute the CRC-32 of a data stream.
DataFormatException View Source Signals that a data format error has occurred.
Deflater View Source This class provides support for general purpose compression using the popular ZLIB compression library.
DeflaterInputStream View Source Implements an input stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream View Source This class implements an output stream filter for compressing data in the "deflate" compression format.
GZIPInputStream View Source This class implements a stream filter for reading compressed data in the GZIP file format.
GZIPOutputStream View Source This class implements a stream filter for writing compressed data in the GZIP file format.
Inflater View Source This class provides support for general purpose decompression using the popular ZLIB compression library.
InflaterInputStream View Source This class implements a stream filter for uncompressing data in the "deflate" compression format.
InflaterOutputStream View Source Implements an output stream filter for uncompressing data stored in the "deflate" compression format.
ZipEntry View Source This class is used to represent a ZIP file entry.
ZipError View Source Signals that an unrecoverable error has occurred.
ZipException View Source Signals that a Zip exception of some sort has occurred.
ZipFile View Source This class is used to read entries from a zip file.
ZipInputStream View Source This class implements an input stream filter for reading files in the ZIP file format.
ZipOutputStream View Source This class implements an output stream filter for writing files in the ZIP file format.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar