Package | Description |
---|---|
org.dromara.hutool.core.io.buffer |
Buffer 相关工具封装 |
Modifier and Type | Method and Description |
---|---|
FastByteBuffer |
FastByteBuffer.append(byte element)
向快速缓冲加入一个字节
|
FastByteBuffer |
FastByteBuffer.append(byte[] array)
向快速缓冲加入数据
|
FastByteBuffer |
FastByteBuffer.append(byte[] array,
int off,
int len)
向快速缓冲加入数据
|
FastByteBuffer |
FastByteBuffer.append(FastByteBuffer buff)
将另一个快速缓冲加入到自身
|
Modifier and Type | Method and Description |
---|---|
FastByteBuffer |
FastByteBuffer.append(FastByteBuffer buff)
将另一个快速缓冲加入到自身
|
Copyright © 2025. All rights reserved.