public class MultiOutputStream extends OutputStream
| Constructor and Description |
|---|
MultiOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDelegate(OutputStream delegate) |
void |
close() |
void |
flush() |
void |
removeAllDelegates() |
void |
removeDelegate(OutputStream delegate) |
void |
write(int toWrite) |
write, writepublic void write(int toWrite)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void addDelegate(OutputStream delegate)
public void removeDelegate(OutputStream delegate)
public void removeAllDelegates()
Copyright © 2016. All rights reserved.