| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ZipDriver.check(ZipInputShop input,
ZipArchiveEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected boolean |
CheckedZipDriver.check(ZipInputShop input,
ZipArchiveEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected boolean |
CheckedReadOnlySfxDriver.check(ZipInputShop input,
ZipArchiveEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected boolean |
CheckedOdfDriver.check(ZipInputShop input,
ZipArchiveEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected boolean |
CheckedJarDriver.check(ZipInputShop input,
ZipArchiveEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected OutputShop<ZipArchiveEntry> |
ZipDriver.newOutputShop(FsModel model,
OptionOutputSocket output,
ZipInputShop source) |
protected OutputShop<ZipArchiveEntry> |
ReadOnlySfxDriver.newOutputShop(FsModel model,
OptionOutputSocket output,
ZipInputShop source) |
protected OutputShop<ZipArchiveEntry> |
ZipDriver.newOutputShop(FsModel model,
OutputStream out,
ZipInputShop source) |
protected OutputShop<ZipArchiveEntry> |
OdfDriver.newOutputShop(FsModel model,
OutputStream out,
ZipInputShop source) |
private OutputShop<ZipArchiveEntry> |
ZipDriver.newOutputShop0(FsModel model,
OptionOutputSocket output,
ZipInputShop source) |
(package private) boolean |
ZipDriver.process(ZipInputShop input,
ZipArchiveEntry local,
ZipArchiveEntry peer) |
(package private) ZipCryptoParameters |
ZipDriver.zipCryptoParameters(ZipInputShop input) |
| Constructor and Description |
|---|
ZipOutputShop(ZipDriver driver,
FsModel model,
OutputStream out,
ZipInputShop source) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.