Package | Description |
---|---|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
net.java.truevfs.driver.odf |
Provides a file system driver for accessing the Open Document File format.
|
net.java.truevfs.driver.sfx |
Provides a file system driver for read-only access to the SelF eXtracting
ZIP file format, alias SFX.
|
net.java.truevfs.driver.zip.raes |
Provides a file system driver for accessing the RAES encrypted ZIP file
format, alias ZIP.RAES or TZP.
|
Modifier and Type | Method and Description |
---|---|
protected ZipInputService<E> |
AbstractZipDriver.newInput(FsModel model,
FsInputSocketSource source) |
protected ZipInputService<E> |
AbstractZipDriver.newZipInput(FsModel model,
FsInputSocketSource source) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractZipDriver.check(E local,
ZipInputService<E> input)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
boolean |
CheckedJarDriver.check(JarDriverEntry local,
ZipInputService<JarDriverEntry> input)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
boolean |
CheckedZipDriver.check(ZipDriverEntry local,
ZipInputService<ZipDriverEntry> input)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
Constructor and Description |
---|
ZipOutputService(FsModel model,
FsOutputSocketSink sink,
ZipInputService<E> source,
AbstractZipDriver<E> driver) |
Modifier and Type | Method and Description |
---|---|
boolean |
CheckedOdfDriver.check(JarDriverEntry local,
ZipInputService<JarDriverEntry> input)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CheckedReadOnlySfxDriver.check(ZipDriverEntry local,
ZipInputService<ZipDriverEntry> input)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
Modifier and Type | Method and Description |
---|---|
protected ZipInputService<JarDriverEntry> |
ZipRaesDriver.newZipInput(FsModel model,
FsInputSocketSource source) |
Modifier and Type | Method and Description |
---|---|
boolean |
ZipRaesDriver.check(JarDriverEntry local,
ZipInputService<JarDriverEntry> input) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.