Package | Description |
---|---|
net.java.truevfs.comp.tardriver |
The archive driver family for TAR files.
|
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.tar.bzip2 |
Provides a file system driver for accessing the BZIP2 compressed TAR file
format.
|
net.java.truevfs.driver.tar.gzip |
Provides a file system driver for accessing the GZIP compressed TAR file
format.
|
net.java.truevfs.driver.tar.xz |
Provides a file system driver for accessing the XZ compressed TAR 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.
|
net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
Modifier and Type | Method and Description |
---|---|
protected FsOutputSocketSink |
TarDriver.sink(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name)
|
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected FsOutputSocketSink |
AbstractZipDriver.sink(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name)
This implementation modifies
options in the following way before
it forwards the call to controller :
FsAccessOption.STORE is set. |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<E> |
AbstractZipDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<E> input) |
Constructor and Description |
---|
ZipOutputService(FsModel model,
FsOutputSocketSink sink,
ZipInputService<E> source,
AbstractZipDriver<E> driver) |
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) |
Modifier and Type | Method and Description |
---|---|
protected FsOutputSocketSink |
TarBZip2Driver.sink(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name)
|
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarBZip2Driver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected FsOutputSocketSink |
TarGZipDriver.sink(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name)
|
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarGZipDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected FsOutputSocketSink |
TarXZDriver.sink(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name)
|
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.OutputService<TarDriverEntry> |
TarXZDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<TarDriverEntry> input) |
Modifier and Type | Method and Description |
---|---|
protected FsOutputSocketSink |
ZipRaesDriver.sink(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name)
|
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 . |
Modifier and Type | Method and Description |
---|---|
protected FsOutputSocketSink |
FsArchiveDriver.sink(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name)
Called to prepare writing an archive file artifact of this driver to
the node
name in controller using options and
the nullable template . |
Modifier and Type | Method and Description |
---|---|
protected abstract net.java.truecommons.cio.OutputService<E> |
FsArchiveDriver.newOutput(FsModel model,
FsOutputSocketSink sink,
net.java.truecommons.cio.InputService<E> input)
Creates a new input service for writing archive entries for the given
model to the target archive file referenced by sink . |
Constructor and Description |
---|
FsOutputSocketSink(FsOutputSocketSink sink) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.