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