|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jakewharton.DiskLruCache.Snapshot
public static final class DiskLruCache.Snapshot
A snapshot of the values for an entry.
| Method Summary | |
|---|---|
void |
close()
|
InputStream |
getInputStream(int index)
Returns the unbuffered stream with the value for index. |
String |
getString(int index)
Returns the string value for index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public InputStream getInputStream(int index)
index.
public String getString(int index)
throws IOException
index.
IOExceptionpublic void close()
close in interface Closeable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||