Class TranslatedWriter

java.lang.Object
java.io.Writer
java.io.FilterWriter
com.storedobject.common.TranslatedWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Direct Known Subclasses:
StringFillerWriter

public abstract class TranslatedWriter extends FilterWriter
A FilterWriter that translates its stream on-the-fly while writing.
Author:
Syam