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.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 |
---|---|
JarDriverEntry |
JarDriver.newEntry(String name) |
JarDriverEntry |
JarDriver.newEntry(String name,
ZipEntry template) |
Modifier and Type | Method and Description |
---|---|
boolean |
CheckedJarDriver.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 |
CheckedJarDriver.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 |
---|---|
protected net.java.truecommons.cio.OutputService<JarDriverEntry> |
OdfDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<JarDriverEntry> input) |
net.java.truecommons.cio.OutputSocket<JarDriverEntry> |
OdfOutputService.output(JarDriverEntry entry) |
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.
|
net.java.truecommons.cio.OutputSocket<JarDriverEntry> |
OdfOutputService.output(JarDriverEntry entry) |
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.
|
protected net.java.truecommons.cio.OutputService<JarDriverEntry> |
OdfDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<JarDriverEntry> input) |
Constructor and Description |
---|
OdfOutputService(net.java.truecommons.cio.IoBufferPool pool,
ZipOutputService<JarDriverEntry> output)
Constructs a new ODF output service.
|
Modifier and Type | Method and Description |
---|---|
JarDriverEntry |
ZipRaesDriver.newEntry(net.java.truecommons.shed.BitField<FsAccessOption> options,
String name,
net.java.truecommons.cio.Entry.Type type,
net.java.truecommons.cio.Entry template)
Returns a new
JarDriverEntry , requesting that the data gets
DEFLATED if no template is provided. |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<JarDriverEntry> |
ZipRaesDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<JarDriverEntry> input) |
protected ZipOutputService<JarDriverEntry> |
ParanoidZipRaesDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<JarDriverEntry> input)
Creates a new input service for writing archive entries for the given
model to the target archive file referenced by sink . |
protected ZipInputService<JarDriverEntry> |
ZipRaesDriver.newZipInput(FsModel model,
FsInputSocketSource source) |
Modifier and Type | Method and Description |
---|---|
boolean |
ZipRaesDriver.check(JarDriverEntry local,
ZipInputService<JarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
boolean |
ZipRaesDriver.check(JarDriverEntry local,
ZipInputService<JarDriverEntry> input) |
protected net.java.truecommons.cio.OutputService<JarDriverEntry> |
ZipRaesDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<JarDriverEntry> input) |
protected ZipOutputService<JarDriverEntry> |
ParanoidZipRaesDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<JarDriverEntry> input)
Creates a new input service for writing archive entries for the given
model to the target archive file referenced by sink . |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.