Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.net.protocol.jar
Class Connection.JarFileCache  view Connection.JarFileCache download Connection.JarFileCache.java

java.lang.Object
  extended bygnu.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