Class FastWriter

java.lang.Object
java.io.Writer
org.apache.myfaces.util.lang.FastWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class FastWriter extends Writer
StringWriter cannot be reused without create a new object over and over. This class provide a simple implementation that allows reuse the same buffer in a efficient way.
Author:
Jacob Hookom