OutputCatcher.DualOutputStream

An output stream that writes to both a HTML stream and a print stream.

Methods
void close()
void close() throws IOException
void flush()
void flush() throws IOException
void write(int b)
void write(int b) throws IOException

Fields
static PrintStream print

print

The original print stream.