Class AppendableWriter

java.lang.Object
java.io.Writer
org.miaixz.bus.core.io.AppendableWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class AppendableWriter extends Writer implements Appendable
同时继承Writer和实现Appendable的聚合类,用于适配两种接口操作
Since:
Java 17+
Author:
Kimi Liu