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 caching.org.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 Provider.org.apache.commons.vfs2.provider.http4 The HTTP4 File Provider.org.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 FileContentFileObject. getContent()Gets this file's content.Methods in org.apache.commons.vfs2 with parameters of type FileContent Modifier and Type Method Description FileContentInfoFileContentInfoFactory. create(FileContent fileContent)Creates a FileContentInfo for 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 Modifier and Type Method Description FileContentOnCallRefreshFileObject. 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 FileContentDecoratedFileObject. getContent()FileContentSynchronizedFileObject. getContent()Methods in org.apache.commons.vfs2.impl with parameters of type FileContent Modifier and Type Method Description FileContentInfoFileContentInfoFilenameFactory. 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 classDefaultFileContentThe content of a file.Methods in org.apache.commons.vfs2.provider that return FileContent Modifier and Type Method Description protected FileContentAbstractFileObject. doCreateFileContent()Create a FileContent implementation.FileContentAbstractFileObject. getContent()Returns the file's content.Methods in org.apache.commons.vfs2.provider with parameters of type FileContent Modifier and Type Method Description longDefaultFileContent. 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 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 FileContent Modifier and Type Method Description FileContentInfoHttpFileContentInfoFactory. 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 FileContent Modifier and Type Method Description FileContentInfoHttp4FileContentInfoFactory. create(FileContent fileContent)Deprecated. -
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 jarFileObject, FileContent fileContent)Constructs a new instance.
-