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.
|
| JarArchiveEntry |
Respects the different date/time conversion in JAR files.
|
| JarDriver |
An archive driver which builds Java Archive files (JAR).
|
| KeyManagerController<D extends ZipDriver> |
This file system controller decorates another file system controller in
order to manage the keys required for accessing encrypted ZIP files.
|
| KeyManagerZipCryptoParameters |
An adapter which provides
ZipCryptoParameters by using a
KeyManagerProvider. |
| 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. |
| OptionOutputSocket |
An output socket which provides a property for its output options.
|
| PromptingKeyManagerService |
A container for a prompting key manager implementation for
AesPbeParameters. |
| 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. |
| ZipController |
This file system controller decorates another file system controller in
order to manage the authentication key(s) required for accessing its target
encrypted ZIP archive file.
|
| 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 files.
|
| ZipOutputShop |
An output shop for writing ZIP files.
|
| Enum | Description |
|---|---|
| KeyProviderSyncStrategy |
Defines strategies for updating a key provider once an encrypted ZIP file
has been successfully synchronized.
|
The archive driver family for ZIP files.
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.