Package com.storedobject.common
Class InvertedWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
com.storedobject.common.InvertedWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
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
-
Field Summary
Fields inherited from class java.io.FilterWriter
out
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InvertedWriter
public InvertedWriter()Constructor.
-
-
Method Details
-
getReader
-