Class FastStringWriter

java.lang.Object
java.io.Writer
org.shredzone.commons.text.utils.FastStringWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class FastStringWriter extends Writer
A fast String writer that does not synchronize.
Author:
Richard "Shred" Körber