Class SFTPClient.SFTPOutputStream
java.lang.Object
java.io.OutputStream
com.trilead.ssh2.jenkins.SFTPClient.SFTPOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
- Enclosing class:
SFTPClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OutputStream
flush, nullOutputStream, write
-
Field Details
-
h
-
offset
private long offset
-
-
Constructor Details
-
SFTPOutputStream
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-