Searched defs:streamToBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DDiskBasedCache.java119 byte[] data = streamToBytes(cis, (int) (file.length() - cis.bytesRead));
322 private static byte[] streamToBytes(InputStream in, int length) throws IOException { method in class:DiskBasedCache
541 byte[] b = streamToBytes(is, n);

Completed in 49 milliseconds