Class WriteBuffer

java.lang.Object
java.io.OutputStream
org.aoju.bus.socket.buffers.WriteBuffer
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class WriteBuffer extends OutputStream
包装当前会话分配到的虚拟Buffer,提供流式操作方式
Since:
Java 17+
Author:
Kimi Liu