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 TypeClassDescriptionclassImplements theDataOutputpart of theRandomAccessContentinterface and throwsUnsupportedOperationExceptionwhen one of these methods are called.classImplements the part usable for all stream-based random access.private final classAn 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.randomAccessContentListMethods in org.apache.commons.vfs2.provider that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContentAbstractFileObject.doGetRandomAccessContent(RandomAccessMode mode) Creates access to the file for random i/o.protected RandomAccessContentDelegateFileObject.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) voidFileContentThreadData.add(RandomAccessContent randomAccessContent) private voidDefaultFileContent.endRandomAccess(RandomAccessContent rac) Handles the end of random access.(package private) voidFileContentThreadData.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) classImplements FTP stream-based random access.Methods in org.apache.commons.vfs2.provider.ftp that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContentFtpFileObject.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 classHttp4RandomAccessContent<FS extends Http4FileSystem>RandomAccess content usingHttp4FileObject.Methods in org.apache.commons.vfs2.provider.http4 that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContentHttp4FileObject.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 classImplementsRandomAccessContentfor local files.Methods in org.apache.commons.vfs2.provider.local that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContentLocalFile.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 TypeClassDescriptionclassRAM File Random Access Content.Methods in org.apache.commons.vfs2.provider.ram that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContentRamFileObject.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) classRandom access content.Methods in org.apache.commons.vfs2.provider.sftp that return RandomAccessContentModifier and TypeMethodDescriptionprotected RandomAccessContentSftpFileObject.doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.util
Classes in org.apache.commons.vfs2.util that implement RandomAccessContentModifier and TypeClassDescriptionclassA RandomAccessContent that provides end-of-stream monitoring.Fields in org.apache.commons.vfs2.util declared as RandomAccessContentModifier and TypeFieldDescriptionprivate final RandomAccessContentMonitorRandomAccessContent.contentConstructors in org.apache.commons.vfs2.util with parameters of type RandomAccessContent