|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomAccessContent | |
---|---|
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 | The HTTP File Provider |
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.provider.smb | The SMB/CIFS File Provider. |
org.apache.commons.vfs.util | Utility classes used by the VFS. |
Uses of RandomAccessContent in org.apache.commons.vfs |
---|
Classes in org.apache.commons.vfs that implement RandomAccessContent | |
---|---|
class |
RACRandomAccessFile
Encapsulates a RandomAccessContent instance, allowing it to be used
as a RandomAccessFile instance. |
Methods in org.apache.commons.vfs that return RandomAccessContent | |
---|---|
RandomAccessContent |
FileContent.getRandomAccessContent(RandomAccessMode mode)
Returns an stream for reading/writing the file's content. |
Constructors in org.apache.commons.vfs with parameters of type RandomAccessContent | |
---|---|
RACRandomAccessFile(RandomAccessContent rac)
|
Uses of RandomAccessContent in org.apache.commons.vfs.provider |
---|
Classes in org.apache.commons.vfs.provider that implement RandomAccessContent | |
---|---|
class |
AbstractRandomAccessContent
Implements the DataOutput part of the RandomAccessContent interface and throws UnsupportedOperationException if one of those methods are called. |
class |
AbstractRandomAccessStreamContent
Implements the part usable for all stream base random access implementations. |
Methods in org.apache.commons.vfs.provider that return RandomAccessContent | |
---|---|
protected RandomAccessContent |
DelegateFileObject.doGetRandomAccessContent(RandomAccessMode mode)
Creates access to the file for random i/o. |
protected RandomAccessContent |
AbstractFileObject.doGetRandomAccessContent(RandomAccessMode mode)
Creates access to the file for random i/o. |
RandomAccessContent |
DefaultFileContent.getRandomAccessContent(RandomAccessMode mode)
Returns an input/output stream to use to read and write the content of the file in an random manner. |
RandomAccessContent |
AbstractFileObject.getRandomAccessContent(RandomAccessMode mode)
Returns an input/output stream to use to read and write the content of the file in and random manner. |
Uses of RandomAccessContent in org.apache.commons.vfs.provider.ftp |
---|
Methods in org.apache.commons.vfs.provider.ftp that return RandomAccessContent | |
---|---|
protected RandomAccessContent |
FtpFileObject.doGetRandomAccessContent(RandomAccessMode mode)
|
Uses of RandomAccessContent in org.apache.commons.vfs.provider.http |
---|
Methods in org.apache.commons.vfs.provider.http that return RandomAccessContent | |
---|---|
protected RandomAccessContent |
HttpFileObject.doGetRandomAccessContent(RandomAccessMode mode)
|
Uses of RandomAccessContent in org.apache.commons.vfs.provider.local |
---|
Methods in org.apache.commons.vfs.provider.local that return RandomAccessContent | |
---|---|
protected RandomAccessContent |
LocalFile.doGetRandomAccessContent(RandomAccessMode mode)
|
Uses of RandomAccessContent in org.apache.commons.vfs.provider.ram |
---|
Classes in org.apache.commons.vfs.provider.ram that implement RandomAccessContent | |
---|---|
class |
RamFileRandomAccessContent
RAM File Random Access Content |
Methods in org.apache.commons.vfs.provider.ram that return RandomAccessContent | |
---|---|
protected RandomAccessContent |
RamFileObject.doGetRandomAccessContent(RandomAccessMode mode)
|
Uses of RandomAccessContent in org.apache.commons.vfs.provider.sftp |
---|
Methods in org.apache.commons.vfs.provider.sftp that return RandomAccessContent | |
---|---|
protected RandomAccessContent |
SftpFileObject.doGetRandomAccessContent(RandomAccessMode mode)
|
Uses of RandomAccessContent in org.apache.commons.vfs.provider.smb |
---|
Methods in org.apache.commons.vfs.provider.smb that return RandomAccessContent | |
---|---|
protected RandomAccessContent |
SmbFileObject.doGetRandomAccessContent(RandomAccessMode mode)
random access |
Uses of RandomAccessContent in org.apache.commons.vfs.util |
---|
Classes in org.apache.commons.vfs.util that implement RandomAccessContent | |
---|---|
class |
MonitorRandomAccessContent
An RandomAccessContent that provides end-of-stream monitoring. |
Constructors in org.apache.commons.vfs.util with parameters of type RandomAccessContent | |
---|---|
MonitorRandomAccessContent(RandomAccessContent content)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |