public final class DiskLruCache.Editor extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
abortUnlessCommitted() |
void |
commit() |
Sink |
newSink(int index) |
Source |
newSource(int index) |
public Source newSource(int index)
public Sink newSink(int index)
public void commit()
throws IOException
IOExceptionpublic void abort()
throws IOException
IOExceptionpublic void abortUnlessCommitted()
Copyright © 2019. All rights reserved.