Class GenericWriter

java.lang.Object
java.io.Writer
com.yahoo.text.GenericWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Direct Known Subclasses:
AbstractByteWriter, ForwardWriter, JavaWriterWriter

public abstract class GenericWriter extends Writer
This is a basic writer for presenting text. Its has the pattern as java.io.Writer, but it allows for more overrides for speed. This introduces additional interfaces in addition to the java.lang.Writer. The purpose is to allow for optimizations.
Author:
baldersheim