Package | Description |
---|---|
de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
de.schlichtherle.truezip.fs.archive.zip.raes |
The archive driver family for RAES encrypted ZIP files, alias TZP files.
|
Modifier and Type | Class and Description |
---|---|
class |
JarDriverEntry
JAR archive entries apply the date/time conversion rules as defined by
DateTimeConverter.JAR . |
Modifier and Type | Method and Description |
---|---|
ZipDriverEntry |
ZipOutputShop.getEntry(String name) |
ZipDriverEntry |
ZipDriver.newEntry(String name)
Returns a new ZIP archive entry with the given
name . |
ZipDriverEntry |
ZipDriver.newEntry(String name,
Entry.Type type,
Entry template,
BitField<FsOutputOption> mknod) |
ZipDriverEntry |
ZipDriver.newEntry(String name,
ZipEntry template)
Returns a new ZIP archive entry with the given
name and all
other properties copied from the given template. |
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.
|
OutputSocket<ZipDriverEntry> |
ZipOutputShop.getOutputSocket(ZipDriverEntry local) |
OutputSocket<ZipDriverEntry> |
OdfOutputShop.getOutputSocket(ZipDriverEntry entry) |
protected boolean |
ZipDriver.process(ZipDriverEntry input,
ZipDriverEntry 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. |
Modifier and Type | Method and Description |
---|---|
OutputShop<ZipDriverEntry> |
ZipDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<ZipDriverEntry> source)
This implementation first checks if
FsOutputOption.GROW is set
for the given output socket. |
Modifier and Type | Method and Description |
---|---|
ZipDriverEntry |
ZipRaesDriver.newEntry(String path,
Entry.Type type,
Entry template,
BitField<FsOutputOption> mknod)
Returns a new
ZipDriverEntry , requesting that the data gets
DEFLATED if no template is provided. |
Modifier and Type | Method and Description |
---|---|
InputShop<ZipDriverEntry> |
ZipRaesDriver.newInputShop(FsModel model,
InputSocket<?> input)
Creates a new input shop for reading the archive entries for the
given
model from the given input socket's target. |
protected OutputShop<ZipDriverEntry> |
ZipRaesDriver.newOutputShop(FsModel model,
OptionOutputSocket output,
ZipInputShop source) |
protected OutputShop<ZipDriverEntry> |
ParanoidZipRaesDriver.newOutputShop(FsModel model,
OutputStream out,
ZipInputShop source)
This implementation returns a new
ZipOutputShop . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ZipRaesDriver.check(ZipInputShop input,
ZipDriverEntry entry) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.