Package | Description |
---|---|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
net.java.truevfs.driver.sfx |
Provides a file system driver for read-only access to the SelF eXtracting
ZIP file format, alias SFX.
|
Modifier and Type | Method and Description |
---|---|
ZipDriverEntry |
ZipDriver.newEntry(String name) |
ZipDriverEntry |
ZipDriver.newEntry(String name,
ZipEntry template) |
Modifier and Type | Method and Description |
---|---|
boolean |
CheckedZipDriver.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 |
---|---|
boolean |
CheckedZipDriver.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 |
---|---|
net.java.truecommons.cio.OutputService<ZipDriverEntry> |
ReadOnlySfxDriver.newOutput(FsModel model,
net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name,
net.java.truecommons.cio.InputService<ZipDriverEntry> input) |
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 |
---|---|
boolean |
CheckedReadOnlySfxDriver.check(ZipDriverEntry local,
ZipInputService<ZipDriverEntry> input)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
net.java.truecommons.cio.OutputService<ZipDriverEntry> |
ReadOnlySfxDriver.newOutput(FsModel model,
net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name,
net.java.truecommons.cio.InputService<ZipDriverEntry> input) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.