Package | Description |
---|---|
org.apache.commons.vfs2.provider.bzip2 |
The BZIP2 File Provider
|
org.apache.commons.vfs2.provider.compressed |
The compressed file provider
|
org.apache.commons.vfs2.provider.gzip |
The GZIP File Provider
|
org.apache.commons.vfs2.provider.jar |
The Jar File Provider.
|
org.apache.commons.vfs2.provider.tar |
The Tar File Provider.
|
org.apache.commons.vfs2.provider.zip |
The Zip File Provider.
|
Modifier and Type | Class and Description |
---|---|
class |
Bzip2FileProvider
Provides access to the content of bzip2 compressed files.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressedFileFileProvider
A file system provider for compressed files.
|
Modifier and Type | Class and Description |
---|---|
class |
GzipFileProvider
Provides access to the content of Gzip files.
|
Modifier and Type | Class and Description |
---|---|
class |
JarFileProvider
A file system provider for Jar files.
|
Modifier and Type | Class and Description |
---|---|
class |
TarFileProvider
A file system provider for Tar files.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipFileProvider
A file system provider for ZIP files.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.