Searched refs:ChannelInputStream (Results 1 - 2 of 2) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DChannel.java56 final ChannelInputStream stdoutStream;
57 final ChannelInputStream stderrStream;
157 this.stdoutStream = new ChannelInputStream(this, false);
158 this.stderrStream = new ChannelInputStream(this, true);
163 public ChannelInputStream getStderrStream()
173 public ChannelInputStream getStdoutStream()
H A DChannelInputStream.java11 * ChannelInputStream.
16 public final class ChannelInputStream extends InputStream class in inherits:InputStream
24 ChannelInputStream(Channel c, boolean isExtended) method in class:ChannelInputStream

Completed in 86 milliseconds