Uses of Class
com.foxinmy.weixin4j.http.apache.CharArrayBuffer

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.
 



Copyright © 2014–2017. All rights reserved.