Uses of Class
org.miaixz.bus.core.io.buffer.FastCharBuffer
Packages that use FastCharBuffer
-
Uses of FastCharBuffer in org.miaixz.bus.core.io.buffer
Methods in org.miaixz.bus.core.io.buffer that return FastCharBufferModifier and TypeMethodDescriptionFastCharBuffer.append(char element) 向快速缓冲加入一个字节FastCharBuffer.append(char[] array) 向快速缓冲加入数据FastCharBuffer.append(char[] array, int off, int len) 向快速缓冲加入数据FastCharBuffer.append(CharSequence csq) FastCharBuffer.append(CharSequence csq, int start, int end) Appends character sequence to buffer.追加字符串FastCharBuffer.append(FastCharBuffer buff) 将另一个快速缓冲加入到自身Methods in org.miaixz.bus.core.io.buffer with parameters of type FastCharBuffer