public class PipedOutputStream extends OutputStream
| Constructor | Description |
|---|---|
PipedOutputStream() |
|
PipedOutputStream(PipedInputStream var0) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
connect(PipedInputStream var0) |
|
void |
write(int var0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, flush, write, writepublic PipedOutputStream()
public PipedOutputStream(PipedInputStream var0) throws IOException
IOExceptionpublic void connect(PipedInputStream var0) throws IOException
IOExceptionpublic void write(int var0)
throws IOException
write in class OutputStreamIOException