|
|||||||||
| Home >> All >> gnu >> java >> net >> protocol >> [ jar overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
gnu.java.net.protocol.jar
Class Connection.JarFileCache

java.lang.Objectgnu.java.net.protocol.jar.Connection.JarFileCache
- Enclosing class:
- Connection
- public static class Connection.JarFileCache
- extends java.lang.Object
| Field Summary | |
private static java.util.Hashtable |
cache
|
private static int |
READBUFSIZE
|
| Constructor Summary | |
Connection.JarFileCache()
|
|
| Method Summary | |
static java.util.jar.JarFile |
get(java.net.URL url,
boolean useCaches)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
cache
private static java.util.Hashtable cache
READBUFSIZE
private static final int READBUFSIZE
- See Also:
- Constant Field Values
| Constructor Detail |
Connection.JarFileCache
public Connection.JarFileCache()
| Method Detail |
get
public static java.util.jar.JarFile get(java.net.URL url, boolean useCaches) throws java.io.IOException
|
|||||||||
| Home >> All >> gnu >> java >> net >> protocol >> [ jar overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
gnu.java.net.protocol.jar.Connection.JarFileCache