Package com.sshtools.client.sftp
Class SftpFileOutputStream
java.lang.Object
java.io.OutputStream
com.sshtools.client.sftp.SftpFileOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
An OutputStream to write data to a remote file.
-
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Method Details
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
close
Closes the file's handle- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-