com.sshtools.j2ssh.connection
Class ChannelInputStream
InputStream
com.sshtools.j2ssh.connection.ChannelInputStream
public class ChannelInputStream
extends InputStream
ChannelInputStream
public ChannelInputStream(SshMessageStore messageStore)
Creates a new ChannelInputStream object.
ChannelInputStream
public ChannelInputStream(SshMessageStore messageStore,
Integer type)
Creates a new ChannelInputStream object.
available
public int available()
close
public void close()
throws IOException
interrupt
public void interrupt()
isClosed
public boolean isClosed()
read
public int read()
throws IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
setBlockInterrupt
public void setBlockInterrupt(int interrupt)
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.