| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
| de.schlichtherle.truezip.zip |
A drop-in replacement for the classes in the package
java.util.zip for reading and writing ZIP files. |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckedJarDriver
An archive driver for JAR files which checks the CRC-32 value for all ZIP
entries in input archives.
|
class |
CheckedOdfDriver
An archive driver for ODF files which checks the CRC-32 value for all ZIP
entries in input archives.
|
class |
CheckedReadOnlySfxDriver
An archive driver for SFX/EXE files which checks the CRC-32 value for all
ZIP entries in input archives.
|
class |
CheckedZipDriver
An archive driver for ZIP files which checks the CRC-32 values for all
ZIP entries in input archives.
|
class |
JarDriver
An archive driver which builds Java Archive files (JAR).
|
class |
KeyManagerZipCryptoParameters
An adapter which provides
ZipCryptoParameters by using a
KeyManagerProvider. |
private class |
KeyManagerZipCryptoParameters.WinZipAes
Adapts a
KeyProvider for AesPbeParameters obtained
from the KeyManagerZipCryptoParameters.keyManager(java.lang.Class<K>) to WinZipAesParameters. |
class |
OdfDriver
An archive driver which supports building archive files according to
the Open Document Format (ODF) Specification, V1.0 and later.
|
class |
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.
|
class |
ZipDriver
An archive driver which builds ZIP files.
|
| Modifier and Type | Method and Description |
|---|---|
<P extends ZipParameters> |
KeyManagerZipCryptoParameters.get(Class<P> type)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WinZipAesParameters
The parameters of this interface are used with WinZip AES encrypted entries.
|
interface |
ZipCharsetParameters
Defines the default character set for accessing ZIP files.
|
interface |
ZipCryptoParameters
A marker interface for ZIP crypto parameters.
|
interface |
ZipEntryFactory<E extends ZipEntry>
A factory for
ZipEntrys. |
interface |
ZipFileParameters<E extends ZipEntry>
Provides parameters for reading ZIP files.
|
interface |
ZipOutputStreamParameters
An interface for
ZipOutputStream parameters. |
interface |
ZipParametersProvider
A provider of
ZipParameters for a given type. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultZipCharsetParameters
Default implementation of
ZipCharsetParameters. |
(package private) class |
DefaultZipFileParameters
The default implementation of
ZipFileParameters. |
(package private) class |
DefaultZipOutputStreamParameters
Default implementation of
ZipOutputStreamParameters. |
| Modifier and Type | Method and Description |
|---|---|
<P extends ZipParameters> |
ZipParametersProvider.get(Class<P> type)
|
(package private) static <P extends ZipParameters> |
ZipParametersUtils.parameters(Class<P> type,
ZipParameters param)
Searches for
ZipParameters of the given type starting from
the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
private RawZipOutputStream.EncryptedOutputMethod |
RawZipOutputStream.newEncryptedOutputMethod(RawZipOutputStream.RawOutputMethod processor,
ZipParameters param)
Returns a new
EncryptedOutputMethod. |
(package private) static <P extends ZipParameters> |
ZipParametersUtils.parameters(Class<P> type,
ZipParameters param)
Searches for
ZipParameters of the given type starting from
the given parameters. |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.