Package com.sun.jimi.util.zip

Interface Summary
Checksum Checksum is an interface that all data checksum objects (such as Adler32 and CRC32) should implement.
 

Class Summary
Adler32  
Inflater A class to uncompress data stored in the DEFLATE , as described in RFC 1951.
InflaterInputStream This class implements a stream filter for uncompressing data in the "deflate" compression format.
 

Exception Summary
DataFormatException The DataFormatException class is thrown whenever there is an error in a compressed data stream.