public class ZipCache
extends java.lang.Object
| Constructor and Description |
|---|
ZipCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
disable() |
static java.util.zip.ZipFile |
get(Pathname p) |
static java.util.zip.ZipFile |
get(java.net.URL url) |
static boolean |
remove(java.io.File f) |
static boolean |
remove(Pathname p) |
static boolean |
remove(java.net.URL url) |
public static void disable()
public static java.util.zip.ZipFile get(Pathname p)
public static java.util.zip.ZipFile get(java.net.URL url)
public static boolean remove(java.net.URL url)
public static boolean remove(Pathname p)
public static boolean remove(java.io.File f)