Class AppendableWriter

java.lang.Object
java.io.Writer
com.aoapps.lang.io.AppendableWriter
All Implemented Interfaces:
NoClose, Closeable, Flushable, Appendable, AutoCloseable

public class AppendableWriter extends Writer implements NoClose
Writer that writes to an underlying Appendable. This is not necessarily the absolute fastest way to get things done (at least when a char[] has to be wrapped in a Segment), but can help bridge the gap between APIs based on Writer and Appendable.
Author:
AO Industries, Inc.