| 程序包 | 说明 |
|---|---|
| org.tio.utils.hutool |
特别说明:本包及子包的代码由hutool作者提供
不直接引用hutool的原因主要是减少本项目依赖,减少用户维护pom的烦琐度
hutool项目地址: https://gitee.com/loolly/hutool
再次感谢hutool作者路小磊的大力支持!
|
| 限定符和类型 | 方法和说明 |
|---|---|
FastByteBuffer |
FastByteBuffer.append(byte element)
向快速缓冲加入一个字节
|
FastByteBuffer |
FastByteBuffer.append(byte[] array)
向快速缓冲加入数据
|
FastByteBuffer |
FastByteBuffer.append(byte[] array,
int off,
int len)
向快速缓冲加入数据
|
FastByteBuffer |
FastByteBuffer.append(FastByteBuffer buff)
将另一个快速缓冲加入到自身
|
| 限定符和类型 | 方法和说明 |
|---|---|
FastByteBuffer |
FastByteBuffer.append(FastByteBuffer buff)
将另一个快速缓冲加入到自身
|
Copyright © 2019. All rights reserved.