| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckedZipInputShop
A
ZipInputShop which checks the CRC-32 value for all ZIP entries. |
| Modifier and Type | Method and Description |
|---|---|
ZipInputShop |
ZipDriver.newInputShop(FsModel model,
InputSocket<?> input)
The implementation in the class
ZipDriver acquires a read only
file from the given socket and forwards the call to
ZipDriver.newZipInputShop(de.schlichtherle.truezip.fs.FsModel, de.schlichtherle.truezip.rof.ReadOnlyFile). |
protected ZipInputShop |
ZipDriver.newZipInputShop(FsModel model,
ReadOnlyFile rof) |
protected ZipInputShop |
CheckedZipDriver.newZipInputShop(FsModel model,
ReadOnlyFile rof) |
protected ZipInputShop |
CheckedReadOnlySfxDriver.newZipInputShop(FsModel model,
ReadOnlyFile rof) |
protected ZipInputShop |
CheckedOdfDriver.newZipInputShop(FsModel model,
ReadOnlyFile rof) |
protected ZipInputShop |
CheckedJarDriver.newZipInputShop(FsModel model,
ReadOnlyFile rof) |
| Modifier and Type | Method and Description |
|---|---|
protected ZipOutputShop |
ZipDriver.newZipOutputShop(FsModel model,
OutputStream out,
ZipInputShop source) |
protected ZipOutputShop |
ReadOnlySfxDriver.newZipOutputShop(FsModel model,
OutputStream out,
ZipInputShop source) |
| Constructor and Description |
|---|
ZipOutputShop(ZipDriver driver,
OutputStream out,
ZipInputShop source) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.