Uses of Interface
org.apache.commons.vfs.FileContent
-
Packages that use FileContent Package Description org.apache.commons.vfs The public VFS API.org.apache.commons.vfs.cache org.apache.commons.vfs.impl The standard VFS implementation.org.apache.commons.vfs.provider The File Provider API, and utility classes.org.apache.commons.vfs.provider.http org.apache.commons.vfs.provider.jar The Jar File Provider. -
-
Uses of FileContent in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return FileContent Modifier and Type Method Description FileContent
FileObject. getContent()
Returns this file's content.Methods in org.apache.commons.vfs with parameters of type FileContent Modifier and Type Method Description FileContentInfo
FileContentInfoFactory. create(FileContent fileContent)
-
Uses of FileContent in org.apache.commons.vfs.cache
Methods in org.apache.commons.vfs.cache that return FileContent Modifier and Type Method Description FileContent
OnCallRefreshFileObject. getContent()
-
Uses of FileContent in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl that return FileContent Modifier and Type Method Description FileContent
DecoratedFileObject. getContent()
FileContent
SynchronizedFileObject. getContent()
Methods in org.apache.commons.vfs.impl with parameters of type FileContent Modifier and Type Method Description FileContentInfo
FileContentInfoFilenameFactory. create(FileContent fileContent)
-
Uses of FileContent in org.apache.commons.vfs.provider
Classes in org.apache.commons.vfs.provider that implement FileContent Modifier and Type Class Description class
DefaultFileContent
The content of a file.Methods in org.apache.commons.vfs.provider that return FileContent Modifier and Type Method Description FileContent
AbstractFileObject. getContent()
Returns the file's content.Constructors in org.apache.commons.vfs.provider with parameters of type FileContent Constructor Description DefaultURLConnection(java.net.URL url, FileContent content)
-
Uses of FileContent in org.apache.commons.vfs.provider.http
Methods in org.apache.commons.vfs.provider.http with parameters of type FileContent Modifier and Type Method Description FileContentInfo
HttpFileContentInfoFactory. create(FileContent fileContent)
-
Uses of FileContent in org.apache.commons.vfs.provider.jar
Constructors in org.apache.commons.vfs.provider.jar with parameters of type FileContent Constructor Description JarURLConnectionImpl(JarFileObject file, FileContent content)
-