Package | Description |
---|---|
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.sftp |
The SFTP Provider.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultFileContent.FileContentOutputStream
An output stream for writing content.
|
Modifier and Type | Class and Description |
---|---|
private class |
FtpFileObject.FtpOutputStream
An OutputStream that monitors for end-of-file.
|
Modifier and Type | Class and Description |
---|---|
private class |
SftpFileObject.SftpOutputStream
An OutputStream that wraps an sftp OutputStream, and closes the channel when the stream is closed.
|