Class SFTPClient.SFTPInputStream
java.lang.Object
java.io.InputStream
com.trilead.ssh2.jenkins.SFTPClient.SFTPInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
- Enclosing class:
SFTPClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skipNBytes, transferTo
-
Field Details
-
h
-
offset
private long offset
-
-
Constructor Details
-
SFTPInputStream
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-