Modifier and Type | Class and Description |
---|---|
class |
DelegateFileObject<AFS extends AbstractFileSystem>
A file backed by another file.
|
Constructor and Description |
---|
DefaultFileContent(AbstractFileObject fileObject,
FileContentInfoFactory fileContentInfoFactory)
Constructs a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Bzip2FileObject
the bzip2 file.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressedFileFileObject<FS extends CompressedFileFileSystem>
A compressed file.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpFileObject
An FTP file.
|
Modifier and Type | Class and Description |
---|---|
class |
GzipFileObject
A Gzip file.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileObject<FS extends HttpFileSystem>
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Class and Description |
---|---|
class |
Http4FileObject<FS extends Http4FileSystem>
Deprecated.
Use
org.apache.commons.vfs2.provider.http5 . |
Modifier and Type | Class and Description |
---|---|
class |
JarFileObject
A file in a Jar file system.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalFile
A file object implementation which uses direct file access.
|
Modifier and Type | Class and Description |
---|---|
class |
RamFileObject
A RAM File contains a single RAM FileData instance, it provides methods to access the data by implementing FileObject
interface.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpFileObject
An SFTP file.
|
Modifier and Type | Class and Description |
---|---|
class |
TarFileObject
A file in a Tar file system.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlFileObject
A
FileObject implementation backed by a URL . |
Modifier and Type | Class and Description |
---|---|
class |
ZipFileObject
A file in a ZIP file system.
|
Modifier and Type | Method and Description |
---|---|
static AbstractFileObject |
FileObjectUtils.getAbstractFileObject(FileObject fileObject)
Gets access to the base object even if decorated.
|
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.