Package com.trilead.ssh2.channel
Class ChannelInputStream
java.lang.Object
java.io.InputStream
com.trilead.ssh2.channel.ChannelInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
public final class ChannelInputStream extends InputStream
ChannelInputStream.
- Version:
- $Id: ChannelInputStream.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Method Details
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-