Class BufferWriter

java.lang.Object
java.io.Writer
com.aoapps.io.buffer.BufferWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Direct Known Subclasses:
AutoTempFileWriter, CharArrayBufferWriter, LoggingWriter, NullBufferWriter, SegmentedWriter, TempFileWriter

public abstract class BufferWriter extends Writer
A buffered writer with results that may be trimmed, converted to String, and written to another writer.
Author:
AO Industries, Inc.