Searched refs:cacheWrite (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/net/http/
H A DUnknownLengthHttpInputStream.java47 cacheWrite(buffer, offset, read);
H A DAbstractHttpInputStream.java72 protected final void cacheWrite(byte[] buffer, int offset, int count) throws IOException { method in class:AbstractHttpInputStream
H A DFixedLengthInputStream.java51 cacheWrite(buffer, offset, read);
H A DChunkedInputStream.java58 cacheWrite(buffer, offset, read);

Completed in 455 milliseconds