|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileContent | |
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 | |
FileContent |
FileObject.getContent()
Returns this file's content. |
Methods in org.apache.commons.vfs with parameters of type FileContent | |
FileContentInfo |
FileContentInfoFactory.create(FileContent fileContent)
|
Uses of FileContent in org.apache.commons.vfs.cache |
Methods in org.apache.commons.vfs.cache that return FileContent | |
FileContent |
OnCallRefreshFileObject.getContent()
|
Uses of FileContent in org.apache.commons.vfs.impl |
Methods in org.apache.commons.vfs.impl that return FileContent | |
FileContent |
DecoratedFileObject.getContent()
|
FileContent |
SynchronizedFileObject.getContent()
|
Methods in org.apache.commons.vfs.impl with parameters of type FileContent | |
FileContentInfo |
FileContentInfoFilenameFactory.create(FileContent fileContent)
|
Uses of FileContent in org.apache.commons.vfs.provider |
Classes in org.apache.commons.vfs.provider that implement FileContent | |
class |
DefaultFileContent
The content of a file. |
Methods in org.apache.commons.vfs.provider that return FileContent | |
FileContent |
AbstractFileObject.getContent()
Returns the file's content. |
Constructors in org.apache.commons.vfs.provider with parameters of type FileContent | |
DefaultURLConnection(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 | |
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 | |
JarURLConnectionImpl(JarFileObject file,
FileContent content)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |