public class TeeOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
TeeOutputStream(OutputStream output,
OutputStream branch) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(int b) |
flush, write, writepublic TeeOutputStream(OutputStream output, OutputStream branch)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2019 iTransformers Labs. All rights reserved.