See: Description
| Class | Description |
|---|---|
| CheckedJarDriver |
An archive driver for JAR files which checks the CRC-32 value for all ZIP
entries in input archives.
|
| 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.
|
| CheckedZipDriver |
An archive driver for ZIP files which checks the CRC-32 values for all
ZIP entries in input archives.
|
| CheckedZipInputShop |
A
ZipInputShop which checks the CRC-32 value for all ZIP entries. |
| JarArchiveEntry |
Respects the different date/time conversion in JAR files.
|
| JarDriver |
An archive driver which builds Java Archive files (JAR).
|
| OdfDriver |
An archive driver which supports building archive files according to
the OpenDocument Format Specification (ODF), version 1.1.
|
| OdfOutputShop |
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 because this would spoil the
SFX code in its preamble.
|
| ZipArchiveEntry |
An adapter class to make the
ZipEntry class implement the
FsArchiveEntry interface. |
| ZipDriver |
An archive driver which builds ZIP files.
|
| ZipDriverService |
An immutable container of a map of drivers for the ZIP file format.
|
| ZipInputShop |
An input shop for reading ZIP archive files.
|
| ZipOutputShop |
An output shop for writing ZIP archive files.
|
The archive driver family for ZIP files.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.