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.longFileContent.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 FileContentAbstractFileObject.contentprivate final FileContentDefaultURLConnection.contentMethods in org.apache.commons.vfs2.provider that return FileContentModifier and TypeMethodDescriptionprotected FileContentAbstractFileObject.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 TypeMethodDescriptionlongDefaultFileContent.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