Home
last modified time | relevance | path

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

/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DDiskLruCache.java786 public InputStream newInputStream(int index) throws IOException { in newInputStream() method in DiskLruCache.Editor
803 InputStream in = newInputStream(index); in getString()