Package | Description |
---|---|
cn.hutool.core.io |
IO相关封装和工具类,包括Inputstream和OutputStream实现类,工具包括流工具IoUtil、文件工具FileUtil和Buffer工具BufferUtil
|
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 © 2024. All rights reserved.