Package | Description |
---|---|
net.java.truevfs.comp.tardriver |
The archive driver family for TAR 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.
|
Constructor and Description |
---|
TarInputService(FsModel model,
net.java.truecommons.io.Source source,
TarDriver driver) |
TarOutputService(FsModel model,
net.java.truecommons.io.Sink sink,
TarDriver driver) |
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).
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.