Uses of Interface
org.apache.commons.vfs.RandomAccessContent
-
Packages that use RandomAccessContent Package Description org.apache.commons.vfs The public VFS API.org.apache.commons.vfs.provider The File Provider API, and utility classes.org.apache.commons.vfs.provider.ftp The FTP File Provider.org.apache.commons.vfs.provider.http org.apache.commons.vfs.provider.local The Local File Provider.org.apache.commons.vfs.provider.ram The RAM File Provider.org.apache.commons.vfs.provider.sftp The SFTP Provider.org.apache.commons.vfs.util Utility classes used by the VFS. -
-
Uses of RandomAccessContent in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return RandomAccessContent Modifier and Type Method Description RandomAccessContentFileContent. 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 RandomAccessContent Modifier and Type Class Description classAbstractRandomAccessContentImplements the DataOutput part of the RandomAccessContent interface and throws UnsupportedOperationException if one of those methods are called.classAbstractRandomAccessStreamContentImplements the part usable for all stream base random access implementationsMethods in org.apache.commons.vfs.provider that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentAbstractFileObject. 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 an random manner. -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.ftp
Methods in org.apache.commons.vfs.provider.ftp that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentFtpFileObject. doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.http
Methods in org.apache.commons.vfs.provider.http that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentHttpFileObject. doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.local
Methods in org.apache.commons.vfs.provider.local that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentLocalFile. doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.ram
Classes in org.apache.commons.vfs.provider.ram that implement RandomAccessContent Modifier and Type Class Description classRamFileRandomAccessContentRAM File Random Access ContentMethods in org.apache.commons.vfs.provider.ram that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentRamFileObject. doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.provider.sftp
Methods in org.apache.commons.vfs.provider.sftp that return RandomAccessContent Modifier and Type Method Description protected RandomAccessContentSftpFileObject. doGetRandomAccessContent(RandomAccessMode mode) -
Uses of RandomAccessContent in org.apache.commons.vfs.util
Classes in org.apache.commons.vfs.util that implement RandomAccessContent Modifier and Type Class Description classMonitorRandomAccessContentAn RandomAccessContent that provides end-of-stream monitoring.Constructors in org.apache.commons.vfs.util with parameters of type RandomAccessContent Constructor Description MonitorRandomAccessContent(RandomAccessContent content)
-