Class InvertedReader

java.lang.Object
java.io.Reader
java.io.InputStreamReader
com.storedobject.common.InvertedReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class InvertedReader extends InputStreamReader
Create a Reader such that whatever is read from it should be the same as whatever written to an associated Writer! Beware: The associated Writer should be practically written to from a different thread.
Author:
Syam