Uses of Class
com.foxinmy.weixin4j.util.ByteArrayBuffer
-
Packages that use ByteArrayBuffer Package Description com.foxinmy.weixin4j.util -
-
Uses of ByteArrayBuffer in com.foxinmy.weixin4j.util
Methods in com.foxinmy.weixin4j.util with parameters of type ByteArrayBuffer Modifier and Type Method Description void
CharArrayBuffer. append(ByteArrayBuffer b, int off, int len)
Appendslen
bytes to this buffer from the given source array starting at indexoff
.
-