| Package | Description |
|---|---|
| org.apache.commons.vfs.provider.bzip2 | |
| org.apache.commons.vfs.provider.compressed | |
| org.apache.commons.vfs.provider.gzip |
| Modifier and Type | Class and Description |
|---|---|
class |
Bzip2FileSystem
Filesytem to handle compressed files using the bzip2 method
|
| Constructor and Description |
|---|
Bzip2FileObject(FileName name,
FileObject container,
CompressedFileFileSystem fs) |
| Constructor and Description |
|---|
CompressedFileFileObject(FileName name,
FileObject container,
CompressedFileFileSystem fs) |
| Modifier and Type | Class and Description |
|---|---|
class |
GzipFileSystem
Filesytem to handle compressed files using the gzip method
|
| Constructor and Description |
|---|
GzipFileObject(FileName name,
FileObject container,
CompressedFileFileSystem fs) |