Save This Page
Home » openjdk-7 » sun.net.www.protocol » jar » [javadoc | source]
sun.net.www.protocol.jar
public class: URLJarFile [javadoc | source]
java.lang.Object
   java.util.zip.ZipFile
      java.util.jar.JarFile
         sun.net.www.protocol.jar.URLJarFile

All Implemented Interfaces:
    ZipConstants

Nested Class Summary:
public interface  URLJarFile.URLJarFileCloseController   
Fields inherited from java.util.jar.JarFile:
MANIFEST_NAME
Fields inherited from java.util.zip.ZipFile:
OPEN_READ,  OPEN_DELETE
Constructor:
 public URLJarFile(File file) throws IOException 
 public URLJarFile(File file,
    URLJarFile.URLJarFileCloseController closeController) throws IOException 
Method from sun.net.www.protocol.jar.URLJarFile Summary:
close,   finalize,   getEntry,   getJarFile,   getJarFile,   getManifest,   setCallBack
Methods from java.util.jar.JarFile:
entries,   getEntry,   getInputStream,   getJarEntry,   getManifest
Methods from java.util.zip.ZipFile:
close,   entries,   getEntry,   getInputStream,   getName,   size
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.net.www.protocol.jar.URLJarFile Detail:
 public  void close() throws IOException 
 protected  void finalize() throws IOException 
 public ZipEntry getEntry(String name) 
    Returns the ZipEntry for the given entry name or null if not found.
 static JarFile getJarFile(URL url) throws IOException 
 static JarFile getJarFile(URL url,
    URLJarFile.URLJarFileCloseController closeController) throws IOException 
 public Manifest getManifest() throws IOException 
 public static  void setCallBack(URLJarFileCallBack cb)