Class AppendableWriter

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

class AppendableWriter extends Writer
Writer that places all output on an Appendable target. If the target is Flushable or Closeable, flush()es and close()s will also be delegated to the target.
Since:
1.0