com.jscape.inet.ssh.connection.channels
Class ChannelInputStream
java.lang.Object
java.io.InputStream
com.jscape.inet.ssh.connection.channels.ChannelInputStream
- All Implemented Interfaces:
- java.io.Closeable
public class ChannelInputStream
- extends java.io.InputStream
- Author:
- Alex Usun
Methods inherited from class java.io.InputStream |
mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChannelInputStream
public ChannelInputStream(IncomingWindow window)
putData
public void putData(byte[] data)
throws java.lang.Exception
- Throws:
java.lang.Exception
available
public int available()
- Overrides:
available
in class java.io.InputStream
read
public int read()
- Specified by:
read
in class java.io.InputStream
read
public int read(byte[] b,
int off,
int len)
- Overrides:
read
in class java.io.InputStream
close
public void close()
- Specified by:
close
in interface java.io.Closeable
- Overrides:
close
in class java.io.InputStream
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved