public class MultipleOutputStream.MyPipedOututStream extends PipedOutputStream
| Constructor and Description |
|---|
MultipleOutputStream.MyPipedOututStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
void |
write(byte[] b,
int off,
int len) |
connect, flush, writewritepublic MultipleOutputStream.MyPipedOututStream()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class PipedOutputStreamIOExceptionpublic boolean isClosed()
public void write(byte[] b,
int off,
int len)
throws IOException
write in class PipedOutputStreamIOExceptionCopyright © 2019. All Rights Reserved.