Uses of Interface
org.apache.commons.vfs2.FileContent
-
Packages that use FileContent Package Description org.apache.commons.vfs2 The public VFS API.org.apache.commons.vfs2.cache VFS File cachingorg.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.http The HTTP File Providerorg.apache.commons.vfs2.provider.jar The Jar File Provider. -
-
Uses of FileContent in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return FileContent Modifier and Type Method Description FileContent
FileObject. getContent()
Returns this file's content.Methods in org.apache.commons.vfs2 with parameters of type FileContent Modifier and Type Method 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. -
Uses of FileContent in org.apache.commons.vfs2.cache
Methods in org.apache.commons.vfs2.cache that return FileContent Modifier and Type Method Description FileContent
OnCallRefreshFileObject. getContent()
-
Uses of FileContent in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return FileContent Modifier and Type Method Description FileContent
DecoratedFileObject. getContent()
FileContent
SynchronizedFileObject. getContent()
Methods in org.apache.commons.vfs2.impl with parameters of type FileContent Modifier and Type Method Description FileContentInfo
FileContentInfoFilenameFactory. create(FileContent fileContent)
-
Uses of FileContent in org.apache.commons.vfs2.provider
Classes in org.apache.commons.vfs2.provider that implement FileContent Modifier and Type Class Description class
DefaultFileContent
The content of a file.Methods in org.apache.commons.vfs2.provider that return FileContent Modifier and Type Method Description protected FileContent
AbstractFileObject. doCreateFileContent()
Create a FileContent implementation.FileContent
AbstractFileObject. getContent()
Returns the file's content.Methods in org.apache.commons.vfs2.provider with parameters of type FileContent Modifier and Type Method Description long
DefaultFileContent. write(FileContent fileContent)
Writes this content to another FileContent.Constructors in org.apache.commons.vfs2.provider with parameters of type FileContent Constructor Description DefaultURLConnection(java.net.URL url, FileContent content)
-
Uses of FileContent in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http with parameters of type FileContent Modifier and Type Method Description FileContentInfo
HttpFileContentInfoFactory. create(FileContent fileContent)
-
Uses of FileContent in org.apache.commons.vfs2.provider.jar
Constructors in org.apache.commons.vfs2.provider.jar with parameters of type FileContent Constructor Description JarURLConnectionImpl(JarFileObject file, FileContent content)
-