com.sshtools.j2ssh.connection
Class ChannelOutputStream
OutputStream
com.sshtools.j2ssh.connection.ChannelOutputStream
public class ChannelOutputStream
extends OutputStream
ChannelOutputStream
public ChannelOutputStream(Channel channel)
Creates a new ChannelOutputStream object.
ChannelOutputStream
public ChannelOutputStream(Channel channel,
Integer type)
Creates a new ChannelOutputStream object.
close
public void close()
throws IOException
isClosed
public boolean isClosed()
write
public void write(byte[] b,
int off,
int len)
throws IOException
write
public void write(int b)
throws IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.