Class AppendWriter

java.lang.Object
java.io.Writer
com.randomnoun.common.io.AppendWriter
All Implemented Interfaces:
Closeable, Flushable, Serializable, Appendable, AutoCloseable

public class AppendWriter extends Writer implements Serializable
A Writer that has the same append() methods as StringBuilder.

This class exists mainly so that I can cut and paste the existing StringBuilder code, but use a Writer backing implementation instead.

Note that these methods may now throw IOExceptions.

See Also: