Uses of Class
com.luna.common.io.FastByteBuffer
Packages that use FastByteBuffer
-
Uses of FastByteBuffer in com.luna.common.io
Methods in com.luna.common.io 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 com.luna.common.io with parameters of type FastByteBuffer