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) | 
writepublic PipedOutputStream()
public PipedOutputStream(PipedInputStream pipedinputstream) throws IOException
pipedinputstream - ?IOException - ?public void close()
           throws IOException
close in class OutputStreamIOException - ?public void connect(PipedInputStream pipedinputstream) throws IOException
pipedinputstream - ?IOException - ?public void flush()
           throws IOException
flush in class OutputStreamIOException - ?public void write(int i)
           throws IOException
write in class OutputStreami - ?IOException - ?public void write(byte[] abyte0,
                  int i,
                  int j)
           throws IOException
write in class OutputStreamabyte0 - ?i - ?j - ?IOException - ?