Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.http.io.CharArrayBuffer

Uses of CharArrayBuffer in org.apache.http.io
 

Fields in org.apache.http.io declared as CharArrayBuffer
private  CharArrayBuffer ChunkedInputStream.buffer
           
 

Methods in org.apache.http.io with parameters of type CharArrayBuffer
 int HttpDataReceiver.readLine(CharArrayBuffer buffer)
           
 void ByteArrayBuffer.append(CharArrayBuffer b, int off, int len)
           
 void CharArrayBuffer.append(CharArrayBuffer b, int off, int len)
           
 void CharArrayBuffer.append(CharArrayBuffer b)
           
 void HttpDataTransmitter.writeLine(CharArrayBuffer buffer)