Class CharArrayBufferWriter

java.lang.Object
java.io.Writer
com.aoapps.io.buffer.BufferWriter
com.aoapps.io.buffer.CharArrayBufferWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class CharArrayBufferWriter extends BufferWriter
Writes to a set of internally managed buffers. When possible, the buffers are reused.

Maximum length is 2 ^ 30 characters (about 1 billion). When this limit is insufficient, consider using along with AutoTempFileWriter.

This class is not thread safe.

Author:
AO Industries, Inc.
See Also: