Uses of Interface
org.apache.commons.vfs.RandomAccessContent
Packages that use RandomAccessContent
Package
Description
The public VFS API.
The File Provider API, and utility classes.
The FTP File Provider.
The Local File Provider.
The RAM File Provider.
The SFTP Provider.
Utility classes used by the VFS.
-
Uses of RandomAccessContent in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return RandomAccessContentModifier and TypeMethodDescriptionFileContent.getRandomAccessContent
(RandomAccessMode mode) Returns an stream for reading/writing the file's content. -
Uses of RandomAccessContent in org.apache.commons.vfs.provider
Classes in org.apache.commons.vfs.provider that implement RandomAccessContentModifier and TypeClassDescriptionclass
Implements the DataOutput part of the RandomAccessContent interface and throws UnsupportedOperationException if one of those methods are called.class
Implements the part usable for all stream base random access implementationsMethods in org.apache.commons.vfs.provider that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
AbstractFileObject.doGetRandomAccessContent
(RandomAccessMode mode) Creates access to the file for random i/o.AbstractFileObject.getRandomAccessContent
(RandomAccessMode mode) Returns an input/output stream to use to read and write the content of the file in and random manner.DefaultFileContent.getRandomAccessContent
(RandomAccessMode mode) Returns an input/output stream to use to read and write the content of the file in an random manner. -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.ftp
Methods in org.apache.commons.vfs.provider.ftp that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
FtpFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.http
Methods in org.apache.commons.vfs.provider.http that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
HttpFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.local
Methods in org.apache.commons.vfs.provider.local that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
LocalFile.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.ram
Classes in org.apache.commons.vfs.provider.ram that implement RandomAccessContentMethods in org.apache.commons.vfs.provider.ram that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
RamFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.sftp
Methods in org.apache.commons.vfs.provider.sftp that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
SftpFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.util
Classes in org.apache.commons.vfs.util that implement RandomAccessContentModifier and TypeClassDescriptionclass
An RandomAccessContent that provides end-of-stream monitoring.Constructors in org.apache.commons.vfs.util with parameters of type RandomAccessContent