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.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 FsInputSocketSource |
TarDriver.source(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name)
|
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.InputService<TarDriverEntry> |
TarDriver.newInput(FsModel model,
FsInputSocketSource source) |
Modifier and Type | Method and Description |
---|---|
protected ZipInputService<E> |
AbstractZipDriver.newInput(FsModel model,
FsInputSocketSource source) |
protected ZipInputService<E> |
AbstractZipDriver.newZipInput(FsModel model,
FsInputSocketSource source) |
Constructor and Description |
---|
ZipInputService(FsModel model,
FsInputSocketSource source,
AbstractZipDriver<E> driver) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.InputService<TarDriverEntry> |
TarBZip2Driver.newInput(FsModel model,
FsInputSocketSource source) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.InputService<TarDriverEntry> |
TarGZipDriver.newInput(FsModel model,
FsInputSocketSource source) |
Modifier and Type | Method and Description |
---|---|
protected net.java.truecommons.cio.InputService<TarDriverEntry> |
TarXZDriver.newInput(FsModel model,
FsInputSocketSource source) |
Modifier and Type | Method and Description |
---|---|
protected ZipInputService<JarDriverEntry> |
ZipRaesDriver.newZipInput(FsModel model,
FsInputSocketSource source) |
Modifier and Type | Method and Description |
---|---|
protected FsInputSocketSource |
FsArchiveDriver.source(net.java.truecommons.shed.BitField<FsAccessOption> options,
FsController controller,
FsNodeName name)
Called to prepare reading an archive file artifact of this driver from
name in controller using options . |
Modifier and Type | Method and Description |
---|---|
protected abstract net.java.truecommons.cio.InputService<E> |
FsArchiveDriver.newInput(FsModel model,
FsInputSocketSource source)
Creates a new input service for reading archive entries for the given
model from the target archive file referenced by source . |
Constructor and Description |
---|
FsInputSocketSource(FsInputSocketSource source) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.