Class StandardOutputStreamProxy

java.lang.Object
java.io.OutputStream
org.svetovid.io.StandardOutputStreamProxy
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class StandardOutputStreamProxy extends OutputStream
Instances of this class serve as proxies for the currently set-up standard output stream (see System.out). If the standard output stream changes (through System.setOut(java.io.PrintStream)) instances of this class will forward the output to the new stream.

All instances of this class are considered equal.

Author:
Ivan Pribela
See Also: