Uses of Class
tech.mgl.core.utils.stream.FastByteBuffer
Packages that use FastByteBuffer
-
Uses of FastByteBuffer in tech.mgl.core.utils.stream
Methods in tech.mgl.core.utils.stream 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 tech.mgl.core.utils.stream with parameters of type FastByteBuffer