Uses of Class
org.miaixz.bus.socket.buffer.WriteBuffer
Packages that use WriteBuffer
Package
Description
定义用户进行通信开发所需实现的接口
内存缓冲实现
-
Uses of WriteBuffer in org.miaixz.bus.socket
Methods in org.miaixz.bus.socket that return WriteBuffer -
Uses of WriteBuffer in org.miaixz.bus.socket.accord
Methods in org.miaixz.bus.socket.accord that return WriteBuffer -
Uses of WriteBuffer in org.miaixz.bus.socket.buffer
Method parameters in org.miaixz.bus.socket.buffer with type arguments of type WriteBufferModifier and TypeMethodDescriptionvoidWriteBuffer.transferFrom(ByteBuffer byteBuffer, Consumer<WriteBuffer> consumer) voidWriteBuffer.write(byte[] bytes, int offset, int len, Consumer<WriteBuffer> consumer) 执行异步输出操作 此方法会将指定的字节流异步写入,并在完成时通知提供的消费者。voidWriteBuffer.write(byte[] bytes, Consumer<WriteBuffer> consumer)