Class StandardErrorStreamProxy

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

public class StandardErrorStreamProxy extends OutputStream
Instances of this class serve as proxies for the currently set-up "standard"' error output stream (see System.err). If the "standard" error output stream changes (through System.setErr(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: