Class CharBufferWriter

java.lang.Object
java.io.Writer
org.jgrapes.io.util.CharBufferWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class CharBufferWriter extends Writer
An Writer that is backed by CharBuffers obtained from a queue.

When a byte buffer is full, an Output event (default) is generated and a new buffer is fetched from the queue.