java > java.util > java.util.jar > java.util.jar.jarfile >

Class: java.util.jar.JarFile
    java.lang.Object
       java.util.zip.ZipFile
               java.util.jar.JarFile


public class JarFile extends ZipFile


FIELDS:
public static final String MANIFEST_NAME : META-INF/MANIFEST.MF

CONSTRUCTORS:
public JarFile(String name)

public JarFile(String name, boolean verify)

public JarFile(File file)

public JarFile(File file, boolean verify)

public JarFile(File file, boolean verify, int mode)


METHODS:
public Enumeration entries()
Overrides: ZipFile

public ZipEntry getEntry(String name)
Throws: IllegalStateException
Overrides: ZipFile

public InputStream getInputStream(ZipEntry ze)
Throws: ZipException
Throws: IOException
Throws: SecurityException
Throws: IllegalStateException
Overrides: ZipFile

public JarEntry getJarEntry(String name)
Throws: IllegalStateException

public Manifest getManifest()
Throws: IllegalStateException
Throws: IOException


INHERITED METHODS:
getEntry(java.lang.String), getInputStream(java.util.zip.ZipEntry), getName(), entries(), size(), close(), finalize(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net