public static final class DiskLruCache.Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(Closeable closeable) |
static void |
deleteContents(File dir)
Deletes the contents of
dir. |
static String |
readFully(Reader reader) |
public static String readFully(Reader reader) throws IOException
IOExceptionpublic static void deleteContents(File dir) throws IOException
dir. Throws an IOException if any
file could not be deleted, or if dir is not a readable
directory.IOExceptionpublic static void closeQuietly(Closeable closeable)