Class CharBufferWriter

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

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.