Searched refs:ByteArrayBuffer (Results 1 – 5 of 5) sorted by relevance
42 import org.apache.http.util.ByteArrayBuffer;59 private ByteArrayBuffer buffer;77 this.buffer = new ByteArrayBuffer(buffersize); in init()
43 import org.apache.http.util.ByteArrayBuffer;60 private ByteArrayBuffer linebuffer = null;82 this.linebuffer = new ByteArrayBuffer(buffersize); in init()
43 public final class ByteArrayBuffer { class48 public ByteArrayBuffer(int capacity) { in ByteArrayBuffer() method in ByteArrayBuffer
75 ByteArrayBuffer buffer = new ByteArrayBuffer(i); in toByteArray()
145 public void append(final ByteArrayBuffer b, int off, int len) { in append()