Package | Description |
---|---|
net.java.truevfs.driver.file |
Provides a file system driver for accessing the platform file system.
|
net.java.truevfs.driver.http |
Provides a file system driver for read-only access to the web.
|
net.java.truevfs.driver.jar |
Provides a file system driver for accessing the JAR file format.
|
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 |
Provides a file system driver for accessing the TAR 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 |
Provides a file system driver for accessing the ZIP 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 | Class and Description |
---|---|
class |
FileDriverMapModifier
Maps a file system driver for accessing the platform file system.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpDriverMapModifier
Maps a file system driver for read-only access to the web.
|
Modifier and Type | Class and Description |
---|---|
class |
JarDriverMapModifier
Maps a file system driver for accessing the JAR file format.
|
Modifier and Type | Class and Description |
---|---|
class |
OdfDriverMapModifier
Maps a file system driver for accessing the Open Document File format.
|
Modifier and Type | Class and Description |
---|---|
class |
SfxDriverMapModifier
Maps a file system driver for read-only access to the SelF eXtracting ZIP
file format, alias SFX.
|
Modifier and Type | Class and Description |
---|---|
class |
TarDriverMapModifier
Maps a file system driver for accessing the TAR file format.
|
Modifier and Type | Class and Description |
---|---|
class |
TarBZip2DriverMapModifier
Maps a file system driver for accessing the BZIP2 compressed TAR file format.
|
Modifier and Type | Class and Description |
---|---|
class |
TarGZipDriverMapModifier
Maps a file system driver for accessing the GZIP compressed TAR file format.
|
Modifier and Type | Class and Description |
---|---|
class |
TarXZDriverMapModifier
Maps a file system driver for accessing the XZ compressed TAR file format.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipDriverMapModifier
Maps a file system driver for accessing the ZIP file format.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipRaesDriverMapModifier
Maps a file system driver for accessing the RAES encrypted ZIP file format,
alias ZIP.RAES or TZP.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.