public class PipedOutputStream extends OutputStream
Constructor and Description |
---|
PipedOutputStream()
PipedOutputStream
|
PipedOutputStream(PipedInputStream pipedinputstream)
PipedOutputStream
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect(PipedInputStream pipedinputstream) |
void |
flush() |
void |
write(byte[] abyte0,
int i,
int j) |
void |
write(int i) |
write
public PipedOutputStream()
public PipedOutputStream(PipedInputStream pipedinputstream) throws IOException
pipedinputstream
- ?IOException
- ?public void close() throws IOException
close
in class OutputStream
IOException
- ?public void connect(PipedInputStream pipedinputstream) throws IOException
pipedinputstream
- ?IOException
- ?public void flush() throws IOException
flush
in class OutputStream
IOException
- ?public void write(int i) throws IOException
write
in class OutputStream
i
- ?IOException
- ?public void write(byte[] abyte0, int i, int j) throws IOException
write
in class OutputStream
abyte0
- ?i
- ?j
- ?IOException
- ?