| java.lang.Object |
| ↳ |
java.io.InputStream |
| |
↳ |
net.schmizz.sshj.connection.channel.ChannelInputStream |
Class Overview
InputStream for channels. Can receive data into its buffer for serving to
readers.
Summary
|
[Expand]
Inherited Constants |
From class
java.io.InputStream
|
Fields
Public Constructors
Public Methods
public
synchronized
void
notifyError
(SSHException error)
Notifies this object of an error.
public
int
read
(byte[] b, int off, int len)
public
void
receive
(byte[] data, int offset, int len)
public
String
toString
()