Uses of Class
org.aoju.bus.core.io.buffer.FastByteBuffer
Packages that use FastByteBuffer
-
Uses of FastByteBuffer in org.aoju.bus.core.io.buffer
Methods in org.aoju.bus.core.io.buffer that return FastByteBufferModifier and TypeMethodDescriptionFastByteBuffer.append(byte element) 向快速缓冲加入一个字节FastByteBuffer.append(byte[] array) 向快速缓冲加入数据FastByteBuffer.append(byte[] array, int off, int len) 向快速缓冲加入数据FastByteBuffer.append(FastByteBuffer buff) 将另一个快速缓冲加入到自身Methods in org.aoju.bus.core.io.buffer with parameters of type FastByteBuffer