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.sfx |
Provides a file system driver for read-only access to the SelF eXtracting
ZIP file format, alias SFX.
|
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 | Class and Description |
---|---|
class |
TarDriver
An archive driver for Tape Archive files (TAR).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractZipDriver<E extends AbstractZipDriverEntry>
An abstract archive driver for the ZIP file format.
|
class |
CheckedJarDriver
An archive driver for JAR files which checks the CRC32 value for all ZIP
entries in input archives.
|
class |
CheckedZipDriver
An archive driver for ZIP files which checks the CRC32 values for all
ZIP entries in input archives.
|
class |
JarDriver
An archive driver for Java Archive files (JAR).
|
class |
ZipDriver
An archive driver for ZIP files.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedOdfDriver
An archive driver for ODF files which checks the CRC32 value for all ZIP
entries in input archives.
|
class |
OdfDriver
An archive driver for application archive files according to the Open
Document Format (ODF) Specification, V1.0 and later.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedReadOnlySfxDriver
An archive driver for SFX/EXE files which checks the CRC32 value for all
ZIP entries in input archives.
|
class |
ReadOnlySfxDriver
An archive driver which reads Self Executable (SFX/EXE) ZIP files,
but doesn't support to create or update them because this would spoil the
SFX code in its preamble.
|
Modifier and Type | Class and Description |
---|---|
class |
TarBZip2Driver
An archive driver for BZIP2 compressed TAR files (TAR.BZIP2).
|
Modifier and Type | Class and Description |
---|---|
class |
TarGZipDriver
An archive driver for GZIP compressed TAR files (TAR.GZIP).
|
Modifier and Type | Class and Description |
---|---|
class |
TarXZDriver
An archive driver for XZ compressed TAR files (TAR.XZ).
|
Modifier and Type | Class and Description |
---|---|
class |
ParanoidZipRaesDriver
A paranoid archive driver for RAES encrypted ZIP files.
|
class |
SafeZipRaesDriver
A safe archive driver for RAES encrypted ZIP files (ZIP.RAES).
|
class |
ZipRaesDriver
An abstract archive driver for RAES encrypted ZIP files which optionally
authenticates the cipher data of the input archive files presented to it.
|
Modifier and Type | Method and Description |
---|---|
FsCovariantNode<E> |
FsCovariantNode.clone(FsArchiveDriver<E> driver)
Returns a deep clone of this covariant file system node.
|
FsController |
FsDecoratingManager.newController(FsArchiveDriver<? extends FsArchiveEntry> context,
FsModel model,
FsController parent) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.