ch.ethz.ssh2.channel

Class ChannelInputStream


public final class ChannelInputStream
extends InputStream

ChannelInputStream.

Method Summary

int
available()
void
close()
int
read()
int
read(byte[] b)
int
read(byte[] b, int off, int len)

Method Details

available

public int available()
            throws IOException

close

public void close()
            throws IOException

read

public int read()
            throws IOException

read

public int read(byte[] b)
            throws IOException

read

public int read(byte[] b,
                int off,
                int len)
            throws IOException