com.sshtools.j2ssh.subsystem
Class SubsystemOutputStream
OutputStream
com.sshtools.j2ssh.subsystem.SubsystemOutputStream
public class SubsystemOutputStream
extends OutputStream
void | write(byte[] b, int off, int len)
|
void | write(int b)
|
SubsystemOutputStream
public SubsystemOutputStream(SubsystemMessageStore messageStore)
Creates a new SubsystemOutputStream object.
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.