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

/frameworks/support/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java112 CountingInputStream cis = null;
114 cis = new CountingInputStream(new FileInputStream(file));
417 private static class CountingInputStream extends FilterInputStream { class in class:DiskBasedCache
420 private CountingInputStream(InputStream in) { method in class:DiskBasedCache.CountingInputStream

Completed in 23 milliseconds