java > java.util > java.util.zip > java.util.zip.zipfile >

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


public class ZipFile extends Object


FIELDS:
public static final int OPEN_DELETE : 4
public static final int OPEN_READ : 1

CONSTRUCTORS:
public ZipFile(String name)

public ZipFile(File file, int mode)

public ZipFile(File file)


METHODS:
public void close()
Throws: IOException

public Enumeration entries()
Throws: IllegalStateException

protected void finalize()
Throws: IOException
Overrides: Object

public ZipEntry getEntry(String name)
Throws: IllegalStateException

public InputStream getInputStream(ZipEntry entry)
Throws: ZipException
Throws: IOException
Throws: IllegalStateException

public String getName()

public int size()
Throws: IllegalStateException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
JarFile,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net