|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream java.io.PipedOutputStream net.sf.commons.ssh.utils.AutoflushPipeOutputStream
public final class AutoflushPipeOutputStream
Constructor Summary | |
---|---|
AutoflushPipeOutputStream()
Creates a piped output stream that is not yet connected to a piped input stream. |
|
AutoflushPipeOutputStream(java.io.PipedInputStream snk)
Creates a piped output stream connected to the specified piped input stream. |
Method Summary | |
---|---|
void |
write(byte[] b,
int off,
int len)
|
Methods inherited from class java.io.PipedOutputStream |
---|
close, connect, flush, write |
Methods inherited from class java.io.OutputStream |
---|
write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AutoflushPipeOutputStream()
public AutoflushPipeOutputStream(java.io.PipedInputStream snk) throws java.io.IOException
snk
.
snk
- The piped input stream to connect to.
java.io.IOException
- if an I/O error occurs.Method Detail |
---|
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.PipedOutputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |