Home
last modified time | relevance | path

Searched refs:bufferToAppend (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/impl/io/
DChunkedOutputStream.java117 … protected void flushCacheWithAppend(byte bufferToAppend[], int off, int len) throws IOException { in flushCacheWithAppend() argument
120 this.out.write(bufferToAppend, off, len); in flushCacheWithAppend()