|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharArrayBuffer | |
|---|---|
| com.foxinmy.weixin4j.http.apache | |
| Uses of CharArrayBuffer in com.foxinmy.weixin4j.http.apache |
|---|
| Methods in com.foxinmy.weixin4j.http.apache with parameters of type CharArrayBuffer | |
|---|---|
void |
CharArrayBuffer.append(CharArrayBuffer b)
Appends all chars to this buffer from the given source buffer starting at index 0. |
void |
CharArrayBuffer.append(CharArrayBuffer b,
int off,
int len)
Appends len chars to this buffer from the given source
buffer starting at index off. |
void |
ByteArrayBuffer.append(CharArrayBuffer b,
int off,
int len)
Appends len chars to this buffer from the given source
char array buffer starting at index off. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||