|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
com.sshtools.j2ssh.subsystem.SubsystemOutputStream
public class SubsystemOutputStream
Constructor Summary | |
---|---|
SubsystemOutputStream(SubsystemMessageStore messageStore)
Creates a new SubsystemOutputStream object. |
Method Summary | |
---|---|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.io.OutputStream |
---|
close, flush, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubsystemOutputStream(SubsystemMessageStore messageStore)
messageStore
- Method Detail |
---|
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
b
- off
- len
-
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
b
-
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |