Class FastStringWriter

java.lang.Object
java.io.Writer
com.sun.faces.io.FastStringWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class FastStringWriter extends Writer

This is based on StringWriter but backed by a StringBuilder instead.

This class is not thread safe.