public class TeeStream
extends java.io.PrintStream
| Constructor and Description |
|---|
TeeStream(java.io.PrintStream out1,
java.io.PrintStream out2) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] buf,
int off,
int len) |
public void write(byte[] buf,
int off,
int len)
write in class java.io.PrintStreampublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.PrintStreampublic void flush()
flush in interface java.io.Flushableflush in class java.io.PrintStreamCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.