Package | Description |
---|---|
org.apache.commons.vfs2 |
The public VFS API.
|
org.apache.commons.vfs2.cache |
VFS File caching
|
org.apache.commons.vfs2.impl |
The standard VFS implementation.
|
org.apache.commons.vfs2.provider |
The File Provider API, and utility classes.
|
org.apache.commons.vfs2.provider.hdfs |
The HDFS File Provider
|
org.apache.commons.vfs2.provider.http |
The HTTP File Provider
|
org.apache.commons.vfs2.provider.http4 |
The HTTP4 File Provider
|
org.apache.commons.vfs2.provider.http5 |
The HTTP5 File Provider
|
org.apache.commons.vfs2.provider.jar |
The Jar File Provider.
|
Modifier and Type | Method and Description |
---|---|
FileContent |
FileObject.getContent()
Returns this file's content.
|
Modifier and Type | Method and Description |
---|---|
FileContentInfo |
FileContentInfoFactory.create(FileContent fileContent)
Creates a FileContentInfo for a the given FileContent.
|
long |
FileContent.write(FileContent output)
Writes this content to another FileContent.
|
Modifier and Type | Method and Description |
---|---|
FileContent |
OnCallRefreshFileObject.getContent() |
Modifier and Type | Method and Description |
---|---|
FileContent |
SynchronizedFileObject.getContent() |
FileContent |
DecoratedFileObject.getContent() |
Modifier and Type | Method and Description |
---|---|
FileContentInfo |
FileContentInfoFilenameFactory.create(FileContent fileContent) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileContent
The content of a file.
|
Modifier and Type | Method and Description |
---|---|
protected FileContent |
AbstractFileObject.doCreateFileContent()
Create a FileContent implementation.
|
FileContent |
AbstractFileObject.getContent()
Returns the file's content.
|
Modifier and Type | Method and Description |
---|---|
long |
DefaultFileContent.write(FileContent fileContent)
Writes this content to another FileContent.
|
Constructor and Description |
---|
DefaultURLConnection(URL url,
FileContent content) |
Modifier and Type | Method and Description |
---|---|
FileContentInfo |
HdfsFileContentInfoFactory.create(FileContent fileContent)
Creates a FileContentInfo for a the given FileContent.
|
Modifier and Type | Method and Description |
---|---|
FileContentInfo |
HttpFileContentInfoFactory.create(FileContent fileContent) |
Modifier and Type | Method and Description |
---|---|
FileContentInfo |
Http4FileContentInfoFactory.create(FileContent fileContent) |
Modifier and Type | Method and Description |
---|---|
FileContentInfo |
Http5FileContentInfoFactory.create(FileContent fileContent) |
Constructor and Description |
---|
JarURLConnectionImpl(JarFileObject file,
FileContent content) |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.