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 HTTP4 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 an 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.private final class
An input/output stream for reading/writing content on random positionsFields in org.apache.commons.vfs2.provider with type parameters of type RandomAccessContentModifier and TypeFieldDescriptionprivate ArrayList<RandomAccessContent>
FileContentThreadData.randomAccessContentList
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 an random manner.Methods in org.apache.commons.vfs2.provider with parameters of type RandomAccessContentModifier and TypeMethodDescription(package private) void
FileContentThreadData.add
(RandomAccessContent randomAccessContent) private void
DefaultFileContent.endRandomAccess
(RandomAccessContent rac) Handles the end of random access.(package private) void
FileContentThreadData.remove
(RandomAccessContent randomAccessContent) Constructors in org.apache.commons.vfs2.provider with parameters of type RandomAccessContentModifierConstructorDescription(package private)
FileRandomAccessContent
(FileObject file, RandomAccessContent content) -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.ftp
Classes in org.apache.commons.vfs2.provider.ftp that implement RandomAccessContentModifier and TypeClassDescription(package private) class
Implements FTP stream-based random access.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.http4
Classes in org.apache.commons.vfs2.provider.http4 that implement RandomAccessContentModifier and TypeClassDescription(package private) final class
Http4RandomAccessContent<FS extends Http4FileSystem>
RandomAccess content usingHttp4FileObject
.Methods in org.apache.commons.vfs2.provider.http4 that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContent
Http4FileObject.doGetRandomAccessContent
(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.local
Classes in org.apache.commons.vfs2.provider.local that implement RandomAccessContentModifier and TypeClassDescription(package private) final class
ImplementsRandomAccessContent
for local files.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
Classes in org.apache.commons.vfs2.provider.sftp that implement RandomAccessContentModifier and TypeClassDescription(package private) class
Random access content.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.Fields in org.apache.commons.vfs2.util declared as RandomAccessContentModifier and TypeFieldDescriptionprivate final RandomAccessContent
MonitorRandomAccessContent.content
Constructors in org.apache.commons.vfs2.util with parameters of type RandomAccessContent