public class PipedOutputStream extends OutputStream
| Constructor | Description |
|---|---|
PipedOutputStream() |
|
PipedOutputStream(PipedInputStream var0) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
connect(PipedInputStream var0) |
|
void |
flush() |
|
void |
write(byte[] var0,
int var1,
int var2) |
|
void |
write(int var0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic PipedOutputStream()
public PipedOutputStream(PipedInputStream var0) throws IOException
IOExceptionpublic void close()
throws IOException
close in class OutputStreamIOExceptionpublic void connect(PipedInputStream var0) throws IOException
IOExceptionpublic void flush()
throws IOException
flush in class OutputStreamIOExceptionpublic void write(byte[] var0,
int var1,
int var2)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int var0)
throws IOException
write in class OutputStreamIOException