Class StandardInputStreamProxy

java.lang.Object
java.io.InputStream
org.svetovid.io.StandardInputStreamProxy
All Implemented Interfaces:
Closeable, AutoCloseable

public class StandardInputStreamProxy extends InputStream
Instances of this class serve as proxies for the currently set-up standard input stream (see System.in). If the standard input stream changes (through System.setIn(java.io.InputStream)) instances of this class will request the input from the new stream.

All instances of this class are considered equal.

Author:
Ivan Pribela
See Also: