Class InvertedWriter

java.lang.Object
java.io.Writer
java.io.FilterWriter
com.storedobject.common.InvertedWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class InvertedWriter extends FilterWriter
Create a Writer such that whatever is written to it will appear in an associated Reader! Beware: The associated Reader should be practically read from a different thread.
Author:
Syam