| Package | Description |
|---|---|
| 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 |
ZipKeyException
Thrown to indicate that retrieving a key to encrypt or decrypt or
authenticate a ZIP entry has failed for some reason.
|
| 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.