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 HTTP File Provider.
The HTTP4 File Provider.
The HTTP5 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 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 FileContentMethods 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 FileContentModifierConstructorDescriptionDefaultURLConnection
(URL url, FileContent fileContent) Constructs a new instance. -
Uses of FileContent in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http with parameters of type FileContentModifier and TypeMethodDescriptionHttpFileContentInfoFactory.create
(FileContent fileContent) Deprecated. -
Uses of FileContent in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 with parameters of type FileContentModifier and TypeMethodDescriptionHttp4FileContentInfoFactory.create
(FileContent fileContent) Deprecated. -
Uses of FileContent in org.apache.commons.vfs2.provider.http5
Methods in org.apache.commons.vfs2.provider.http5 with parameters of type FileContent -
Uses of FileContent in org.apache.commons.vfs2.provider.jar
Constructors in org.apache.commons.vfs2.provider.jar with parameters of type FileContentModifierConstructorDescriptionJarURLConnectionImpl
(JarFileObject jarFileObject, FileContent fileContent) Constructs a new instance.