Package org.bolet.jgz

Class Summary
Adler32 This class can be used to compute Adler-32 checksums (specified in RFC 1950 and used in zlib streams).
CRC This class contains helper method for computing CRC checksums over some data.
Deflater This class implements the core DEFLATE process, i.e. the compression of data into DEFLATE blocks.
GZipDecoder This class implements a generic decoder for gzip stream headers.
GZipInputStream This class decompresses a data stream compressed in the gzip format, as documented in RFC 1952.
GZipOutputStream This class represents a stream which compress data into the gzip format, as specified in RFC 1952.
Inflater An Inflater instance handles the transformation of compressed data bytes, read from a user-specified stream, into the corresponding uncompressed data bytes.
ZlibInputStream This class implements a decoder stream for a compressed data stream in zlib format (RFC 1950).
ZlibOutputStream This class implements a stream which compresses data into the zlib format (RFC 1950).
 

Exception Summary
JGZException A JGZException is thrown when uncompressing some data bytes which turn out to violate the expected format in any way.