|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.tsz.afinal.bitmap.core.LruDiskCache.Snapshot
public final class LruDiskCache.Snapshot
A snapshot of the values for an entry.
| 方法摘要 | |
|---|---|
void |
close()
|
LruDiskCache.Editor |
edit()
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress. |
java.io.InputStream |
getInputStream(int index)
Returns the unbuffered stream with the value for index. |
java.lang.String |
getString(int index)
Returns the string value for index. |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public LruDiskCache.Editor edit()
throws java.io.IOException
java.io.IOExceptionpublic java.io.InputStream getInputStream(int index)
index.
public java.lang.String getString(int index)
throws java.io.IOException
index.
java.io.IOExceptionpublic void close()
java.io.Closeable 中的 close
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||