public class MultiOutputStream extends OutputStream
| Constructor and Description |
|---|
MultiOutputStream(OutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOutputStream(OutputStream stream) |
void |
close() |
void |
flush() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int i,
int i1) |
void |
write(int i) |
public MultiOutputStream(OutputStream stream)
public void addOutputStream(OutputStream stream)
public void write(int i)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
int i,
int i1)
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 OutputStreamIOExceptionCopyright © 2018. All rights reserved.