Package com.sshtools.synergy.ssh
Class ChannelNG.ChannelInputStream
java.lang.Object
java.io.InputStream
com.sshtools.synergy.ssh.ChannelNG.ChannelInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- ChannelNG<T extends SshContext>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ChannelInputStream
-
-
Method Details
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-