| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyController<M extends FsModel,D extends ZipDriver>
This file system controller decorates another file system controller in
order to manage the keys required for accessing encrypted 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 for Java Archive files (JAR).
|
class |
OdfDriver
An archive driver for application 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected D |
KeyController.driver |
| Constructor and Description |
|---|
KeyManagerZipCryptoParameters(ZipDriver driver,
FsModel model,
Charset charset)
Constructs new ZIP crypto parameters.
|
ZipInputShop(ZipDriver driver,
FsModel model,
ReadOnlyFile rof) |
ZipOutputShop(ZipDriver driver,
FsModel model,
OutputStream out,
ZipInputShop source) |
Copyright © 2005–2013 Schlichtherle IT Services. All rights reserved.