Home
last modified time | relevance | path

Searched refs:flushCacheWithAppend (Results 1 – 2 of 2) 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() method in ChunkedOutputStream
169 flushCacheWithAppend(src, off, len); in write()
/external/apache-http/api/
Dcurrent.txt3311 …method @Deprecated protected void flushCacheWithAppend(byte[], int, int) throws java.io.IOExceptio…