TrueZIP 6.8

Package de.schlichtherle.io.archive.zip

Provides the ArchiveDriver family for ZIP files.

See:
          Description

Class Summary
AbstractSfxDriver An archive driver which builds Self Executable (SFX/EXE) ZIP files.
CheckedJarDriver An archive driver for JAR files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedJarInputArchive A JarInputArchive which checks the CRC-32 value for all JAR entries.
CheckedOdfDriver An archive driver for ODF files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedReadOnlySfxDriver An archive driver for SFX/EXE files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedZip32Driver Deprecated. Use CheckedZipDriver instead.
CheckedZip32InputArchive Deprecated. Use CheckedZipInputArchive instead.
CheckedZip32OutputArchive Deprecated. Use ZipOutputArchive instead.
CheckedZipDriver An archive driver for ZIP files which checks the CRC-32 values for all ZIP entries in input archives.
CheckedZipInputArchive A ZipInputArchive which checks the CRC-32 value for all ZIP entries.
JarDriver An archive driver which builds JAR files.
JarEntry Extends ZipEntry in order to reflect the different date/time conversion in JAR files.
JarInputArchive An implementation of InputArchive to read JAR archives.
OdfDriver An archive driver which supports building archive files according to the specification of the OpenDocument Format (ODF), version 1.1.
OdfOutputArchive Created by OdfDriver to meet the special requirements of OpenDocument Format (ODF) files.
ReadOnlySfxDriver An archive driver which reads Self Executable (SFX/EXE) ZIP files, but doesn't support to create or update them.
ReadWriteSfxDriver An archive driver which reads and writes Self Executable (SFX/EXE) ZIP files.
Zip32Driver Deprecated. Use ZipDriver instead.
Zip32Entry Deprecated. Use ZipEntry instead.
Zip32InputArchive Deprecated. Use ZipInputArchive instead.
Zip32OutputArchive Deprecated. Use ZipOutputArchive instead.
ZipDriver An archive driver which builds ZIP files.
ZipEntry An adapter class to make the ZipEntry class implement the ArchiveEntry interface.
ZipInputArchive An implementation of InputArchive to read ZIP archives.
ZipOutputArchive An implementation of OutputArchive to write ZIP archives.
 

Package de.schlichtherle.io.archive.zip Description

Provides the ArchiveDriver family for ZIP files.


TrueZIP 6.8

Copyright © 2005-2010 Schlichtherle IT Services. All Rights Reserved.