| 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,
ZipDriverEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected boolean |
CheckedZipDriver.check(ZipInputShop input,
ZipDriverEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected boolean |
CheckedReadOnlySfxDriver.check(ZipInputShop input,
ZipDriverEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected boolean |
CheckedOdfDriver.check(ZipInputShop input,
ZipDriverEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected boolean |
CheckedJarDriver.check(ZipInputShop input,
ZipDriverEntry entry)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
protected OutputShop<ZipDriverEntry> |
ZipDriver.newOutputShop(FsModel model,
OptionOutputSocket output,
ZipInputShop source) |
protected OutputShop<ZipDriverEntry> |
ReadOnlySfxDriver.newOutputShop(FsModel model,
OptionOutputSocket output,
ZipInputShop source) |
protected OutputShop<ZipDriverEntry> |
ZipDriver.newOutputShop(FsModel model,
OutputStream out,
ZipInputShop source) |
protected OutputShop<ZipDriverEntry> |
OdfDriver.newOutputShop(FsModel model,
OutputStream out,
ZipInputShop source) |
| Constructor and Description |
|---|
ZipOutputShop(ZipDriver driver,
FsModel model,
OutputStream out,
ZipInputShop source) |
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.