Uses of Interface
org.apache.commons.vfs2.RandomAccessContent
-
Packages that use RandomAccessContent Package Description org.apache.commons.vfs2 The public VFS API.org.apache.commons.vfs2.provider The File Provider API, and utility classes.org.apache.commons.vfs2.provider.ftp The FTP File Provider.org.apache.commons.vfs2.provider.http The HTTP File Provider.org.apache.commons.vfs2.provider.http4 The HTTP4 File Provider.org.apache.commons.vfs2.provider.local The Local File Provider.org.apache.commons.vfs2.provider.ram The RAM File Provider.org.apache.commons.vfs2.provider.sftp The SFTP Provider.org.apache.commons.vfs2.util Utility classes used by the VFS. -
-
Uses of RandomAccessContent in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return RandomAccessContent Modifier and Type Method Description RandomAccessContentFileContent. 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 RandomAccessContent Modifier and Type Class Description classAbstractRandomAccessContentImplements theDataOutputpart of theRandomAccessContentinterface and throwsUnsupportedOperationExceptionwhen one of these methods are called.classAbstractRandomAccessStreamContentImplements the part usable for all stream-based random access.Methods in org.apache.commons.vfs2.provider that return RandomAccessContent Modifier and Type Method Description protected 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.RandomAccessContentAbstractFileObject. getRandomAccessContent(RandomAccessMode mode)Returns an input/output stream to use to read and write the content of the file in and random manner.RandomAccessContentDefaultFileContent. 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 RandomAccessContent Modifier and Type Method Description protected RandomAccessContentFtpFileObject. doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentHttpFileObject. doGetRandomAccessContent(RandomAccessMode mode)Deprecated. -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentHttp4FileObject. doGetRandomAccessContent(RandomAccessMode mode)Deprecated. -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.local
Methods in org.apache.commons.vfs2.provider.local that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentLocalFile. doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.ram
Classes in org.apache.commons.vfs2.provider.ram that implement RandomAccessContent Modifier and Type Class Description classRamFileRandomAccessContentRAM File Random Access Content.Methods in org.apache.commons.vfs2.provider.ram that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentRamFileObject. doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentSftpFileObject. doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs2.util
Classes in org.apache.commons.vfs2.util that implement RandomAccessContent Modifier and Type Class Description classMonitorRandomAccessContentA RandomAccessContent that provides end-of-stream monitoring.Constructors in org.apache.commons.vfs2.util with parameters of type RandomAccessContent Constructor Description MonitorRandomAccessContent(RandomAccessContent content)Constructs a new instance.
-