Uses of Interface
org.apache.commons.vfs2.RandomAccessContent
Packages that use RandomAccessContent
Package
Description
The public VFS API.
The File Provider API, and utility classes.
The FTP File Provider.
The HTTP File Provider.
The HTTP4 File Provider.
The HTTP5 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.vfs2
Methods in org.apache.commons.vfs2 that return RandomAccessContentModifier and TypeMethodDescriptionFileContent.getRandomAccessContent
(RandomAccessMode mode) Gets a stream for reading/writing the file's content. -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider
Classes in org.apache.commons.vfs2.provider that implement RandomAccessContentModifier and TypeClassDescriptionclass
Implements theDataOutput
part of theRandomAccessContent
interface and throwsUnsupportedOperationException
when one of these methods are called.class
Implements the part usable for all stream-based random access.Methods in org.apache.commons.vfs2.provider that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
AbstractFileObject.doGetRandomAccessContent
(RandomAccessMode mode) Creates access to the file for random i/o.protected RandomAccessContent
DelegateFileObject.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 a random manner. -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
FtpFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
HttpFileObject.doGetRandomAccessContent
(RandomAccessMode mode) Deprecated. -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
Http4FileObject.doGetRandomAccessContent
(RandomAccessMode mode) Deprecated. -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.http5
Methods in org.apache.commons.vfs2.provider.http5 that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
Http5FileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.local
Methods in org.apache.commons.vfs2.provider.local that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
LocalFile.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.ram
Classes in org.apache.commons.vfs2.provider.ram that implement RandomAccessContentModifier and TypeClassDescriptionclass
RAM File Random Access Content.Methods in org.apache.commons.vfs2.provider.ram that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
RamFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
SftpFileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.util
Classes in org.apache.commons.vfs2.util that implement RandomAccessContentModifier and TypeClassDescriptionclass
A RandomAccessContent that provides end-of-stream monitoring.Constructors in org.apache.commons.vfs2.util with parameters of type RandomAccessContentModifierConstructorDescriptionConstructs a new instance.