java.util.zip (Java Platform SE 8 )
A class that can be used to compute the Adler-32 checksum of a data stream.
CheckedInputStreamAn input stream that also maintains a checksum of the data being read.
CheckedOutputStreamAn output stream that also maintains a checksum of the data being written.
CRC32A class that can be used to compute the CRC-32 of a data stream.
DeflaterThis class provides support for general purpose compression using the popular ZLIB compression library.
DeflaterInputStreamImplements an input stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStreamThis class implements an output stream filter for compressing data in the "deflate" compression format.
GZIPInputStreamThis class implements a stream filter for reading compressed data in the GZIP file format.
GZIPOutputStreamThis class implements a stream filter for writing compressed data in the GZIP file format.
InflaterThis class provides support for general purpose decompression using the popular ZLIB compression library.
InflaterInputStreamThis class implements a stream filter for uncompressing data in the "deflate" compression format.
InflaterOutputStreamImplements an output stream filter for uncompressing data stored in the "deflate" compression format.
ZipEntryThis class is used to represent a ZIP file entry.
ZipFileThis class is used to read entries from a zip file.
ZipInputStreamThis class implements an input stream filter for reading files in the ZIP file format.
ZipOutputStreamThis class implements an output stream filter for writing files in the ZIP file format.