Uses of Class
com.foxinmy.weixin4j.util.CharArrayBuffer
-
Packages that use CharArrayBuffer Package Description com.foxinmy.weixin4j.http com.foxinmy.weixin4j.util -
-
Uses of CharArrayBuffer in com.foxinmy.weixin4j.http
Methods in com.foxinmy.weixin4j.http that return CharArrayBuffer Modifier and Type Method Description CharArrayBuffer
HeaderValueFormatter. formatNameValuePair(CharArrayBuffer charBuffer, NameValue nvp, boolean quote)
CharArrayBuffer
HeaderValueFormatter. formatParameters(CharArrayBuffer charBuffer, NameValue[] nvps, boolean quote)
Methods in com.foxinmy.weixin4j.http with parameters of type CharArrayBuffer Modifier and Type Method Description protected void
HeaderValueFormatter. doFormatValue(CharArrayBuffer buffer, String value, boolean quote)
Actually formats the value of a name-value pair.CharArrayBuffer
HeaderValueFormatter. formatNameValuePair(CharArrayBuffer charBuffer, NameValue nvp, boolean quote)
CharArrayBuffer
HeaderValueFormatter. formatParameters(CharArrayBuffer charBuffer, NameValue[] nvps, boolean quote)
-
Uses of CharArrayBuffer in com.foxinmy.weixin4j.util
Methods in com.foxinmy.weixin4j.util with parameters of type CharArrayBuffer Modifier and Type Method Description void
ByteArrayBuffer. append(CharArrayBuffer b, int off, int len)
Appendslen
chars to this buffer from the given source char array buffer starting at indexoff
.void
CharArrayBuffer. append(CharArrayBuffer b)
Appends all chars to this buffer from the given source buffer starting at index0
.void
CharArrayBuffer. append(CharArrayBuffer b, int off, int len)
Appendslen
chars to this buffer from the given source buffer starting at indexoff
.
-