public class SplitOutputStream extends OutputStream
| Constructor and Description |
|---|
SplitOutputStream(OutputStream... sinks) |
public SplitOutputStream(OutputStream... sinks)
public void write(int data)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buffer,
int offset,
int length)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOException