|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
com.sshtools.j2ssh.connection.ChannelInputStream
DOCUMENT ME!
Constructor Summary | |
ChannelInputStream(SshMessageStore messageStore)
Creates a new ChannelInputStream object. |
|
ChannelInputStream(SshMessageStore messageStore,
java.lang.Integer type)
Creates a new ChannelInputStream object. |
Method Summary | |
int |
available()
DOCUMENT ME! |
void |
close()
DOCUMENT ME! |
boolean |
isClosed()
DOCUMENT ME! |
int |
read()
DOCUMENT ME! |
int |
read(byte[] b,
int off,
int len)
DOCUMENT ME! |
Methods inherited from class java.io.InputStream |
mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChannelInputStream(SshMessageStore messageStore, java.lang.Integer type)
messageStore
- DOCUMENT ME!type
- DOCUMENT ME!public ChannelInputStream(SshMessageStore messageStore)
messageStore
- DOCUMENT ME!Method Detail |
public int available()
public void close() throws java.io.IOException
java.io.IOException
- DOCUMENT ME!public boolean isClosed()
public int read() throws java.io.IOException
java.io.IOException
- DOCUMENT ME!
SshException
- DOCUMENT ME!public int read(byte[] b, int off, int len) throws java.io.IOException
b
- DOCUMENT ME!off
- DOCUMENT ME!len
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!
SshException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |