- Common ways to obtain DiskLruCache$Snapshot
private void myMethod () {DiskLruCache$Snapshot d =
DiskLruCache diskLruCache;LruDiskCache lruDiskCache;String imageUri;diskLruCache.get(lruDiskCache.getKey(imageUri))
DiskLruCache diskLruCache;String str;File[] file;InputStream[] inputStream;new Snapshot(diskLruCache, str, long1, file, inputStream)
- Smart code suggestions by Codota
}
/** Returns the string value for {@code index}. */ public String getString(int index) throws IOException { return inputStreamToString(getInputStream(index)); }
/** Returns the string value for {@code index}. */ public String getString(int index) throws IOException { return inputStreamToString(getInputStream(index)); }
/** Returns the string value for {@code index}. */ public String getString(int index) throws IOException { return inputStreamToString(getInputStream(index)); }
/** Returns the string value for {@code index}. */ public String getString(int index) throws IOException { return inputStreamToString(getInputStream(index)); }