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.hdfs |
The HDFS 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.http5 |
The HTTP5 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.
|
Modifier and Type | Method and Description |
---|---|
RandomAccessContent |
FileContent.getRandomAccessContent(RandomAccessMode mode)
Gets an stream for reading/writing the file's content.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRandomAccessContent
Implements the
DataOutput part of the RandomAccessContent interface and throws
UnsupportedOperationException when one of these methods are called. |
class |
AbstractRandomAccessStreamContent
Implements the part usable for all stream-based random access.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected RandomAccessContent |
FtpFileObject.doGetRandomAccessContent(RandomAccessMode mode) |
Modifier and Type | Class and Description |
---|---|
class |
HdfsRandomAccessContent
Provides random access to content in an HdfsFileObject.
|
Modifier and Type | Method and Description |
---|---|
protected RandomAccessContent |
HdfsFileObject.doGetRandomAccessContent(RandomAccessMode mode) |
Modifier and Type | Method and Description |
---|---|
protected RandomAccessContent |
HttpFileObject.doGetRandomAccessContent(RandomAccessMode mode) |
Modifier and Type | Method and Description |
---|---|
protected RandomAccessContent |
Http4FileObject.doGetRandomAccessContent(RandomAccessMode mode) |
Modifier and Type | Method and Description |
---|---|
protected RandomAccessContent |
Http5FileObject.doGetRandomAccessContent(RandomAccessMode mode) |
Modifier and Type | Method and Description |
---|---|
protected RandomAccessContent |
LocalFile.doGetRandomAccessContent(RandomAccessMode mode) |
Modifier and Type | Class and Description |
---|---|
class |
RamFileRandomAccessContent
RAM File Random Access Content.
|
Modifier and Type | Method and Description |
---|---|
protected RandomAccessContent |
RamFileObject.doGetRandomAccessContent(RandomAccessMode mode) |
Modifier and Type | Method and Description |
---|---|
protected RandomAccessContent |
SftpFileObject.doGetRandomAccessContent(RandomAccessMode mode) |
Modifier and Type | Class and Description |
---|---|
class |
MonitorRandomAccessContent
A RandomAccessContent that provides end-of-stream monitoring.
|
Constructor and Description |
---|
MonitorRandomAccessContent(RandomAccessContent content) |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.