Uses of Interface
org.apache.commons.vfs2.FileContent
Packages that use FileContent
Package
Description
The public VFS API.
VFS File caching
The standard VFS implementation.
The File Provider API, and utility classes.
The HTTP4 File Provider
The Jar File Provider.
-
Uses of FileContent in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileContentMethods in org.apache.commons.vfs2 with parameters of type FileContentModifier and TypeMethodDescriptionFileContentInfoFactory.create
(FileContent fileContent) Creates a FileContentInfo for a the given FileContent.long
FileContent.write
(FileContent output) Writes this content to another FileContent. -
Uses of FileContent in org.apache.commons.vfs2.cache
Methods in org.apache.commons.vfs2.cache that return FileContent -
Uses of FileContent in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return FileContentModifier and TypeMethodDescriptionDecoratedFileObject.getContent()
SynchronizedFileObject.getContent()
Methods in org.apache.commons.vfs2.impl with parameters of type FileContent -
Uses of FileContent in org.apache.commons.vfs2.provider
Classes in org.apache.commons.vfs2.provider that implement FileContentFields in org.apache.commons.vfs2.provider declared as FileContentModifier and TypeFieldDescriptionprivate FileContent
AbstractFileObject.content
private final FileContent
DefaultURLConnection.content
Methods in org.apache.commons.vfs2.provider that return FileContentModifier and TypeMethodDescriptionprotected FileContent
AbstractFileObject.doCreateFileContent()
Create a FileContent implementation.AbstractFileObject.getContent()
Returns the file's content.Methods in org.apache.commons.vfs2.provider with parameters of type FileContentModifier and TypeMethodDescriptionlong
DefaultFileContent.write
(FileContent fileContent) Writes this content to another FileContent.Constructors in org.apache.commons.vfs2.provider with parameters of type FileContent -
Uses of FileContent in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 with parameters of type FileContent -
Uses of FileContent in org.apache.commons.vfs2.provider.jar
Fields in org.apache.commons.vfs2.provider.jar declared as FileContentConstructors in org.apache.commons.vfs2.provider.jar with parameters of type FileContent