Package de.schlichtherle.util.zip

A drop-in replacement for the classes in the package java.util.zip which read and write ZIP files.

See:
          Description

Class Summary
BasicZipFile This class is not intended for public use!
BasicZipOutputStream This class is not intended for public use!
DateTimeConverter Converts Java time values to DOS date/time values and vice versa.
ZipEntry Drop-in replacement for java.util.zip.ZipEntry.
ZipFile Drop-in replacement for java.util.zip.ZipFile.
ZipOutputStream Drop-in replacement for java.util.zip.ZipOutputStream.
 

Exception Summary
CRC32Exception Thrown to indicate a CRC-32 mismatch between the declared value in the Central File Header and the Data Descriptor or between the declared value and the computed value from the decompressed data.
 

Package de.schlichtherle.util.zip Description

A drop-in replacement for the classes in the package java.util.zip which read and write ZIP files.

The classes in this package read and write ZIP files according to a subset of PKWARE's ZIP File Format Specification , Version 6.3.2 from September 28, 2007. The subset has been selected in order to achieve the following objectives: