| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JarArchiveEntry
Respects the different date/time conversion in JAR files.
|
| Modifier and Type | Field and Description |
|---|---|
private ZipArchiveEntry |
ZipOutputShop.tempEntry |
| Modifier and Type | Method and Description |
|---|---|
ZipArchiveEntry |
ZipOutputShop.getEntry(String name) |
ZipArchiveEntry |
ZipDriver.newEntry(String name) |
ZipArchiveEntry |
JarDriver.newEntry(String name) |
ZipArchiveEntry |
ZipDriver.newEntry(String name,
Entry.Type type,
Entry template,
BitField<FsOutputOption> mknod) |
ZipArchiveEntry |
ZipDriver.newEntry(String name,
ZipEntry template) |
ZipArchiveEntry |
JarDriver.newEntry(String name,
ZipEntry template) |
| 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.
|
OutputSocket<ZipArchiveEntry> |
ZipOutputShop.getOutputSocket(ZipArchiveEntry lt) |
OutputSocket<ZipArchiveEntry> |
OdfOutputShop.getOutputSocket(ZipArchiveEntry entry) |
protected boolean |
ZipDriver.process(ZipArchiveEntry input,
ZipArchiveEntry output)
Returns
true if and only if the content of the given input
target entry needs processing when it gets copied to the given output
target entry. |
(package private) boolean |
ZipDriver.process(ZipInputShop input,
ZipArchiveEntry local,
ZipArchiveEntry peer) |
(package private) boolean |
ZipDriver.process(ZipOutputShop output,
ZipArchiveEntry local,
ZipArchiveEntry peer) |
| Modifier and Type | Method and Description |
|---|---|
OutputShop<ZipArchiveEntry> |
ZipDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<ZipArchiveEntry> source)
This implementation first checks if
FsOutputOption.GROW is set
for the given output socket. |
| Constructor and Description |
|---|
ZipOutputShop.BufferedEntryOutputStream(IOPool.Entry<?> temp,
ZipArchiveEntry entry,
boolean process) |
ZipOutputShop.EntryOutputStream(ZipArchiveEntry entry,
boolean process) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.