java > java.util > java.util.zip > java.util.zip.zipentry >

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


public class ZipEntry extends Object implements Cloneable


FIELDS:
public static final int DEFLATED : 8
public static final int STORED : 0

CONSTRUCTORS:
public ZipEntry(String name)

public ZipEntry(ZipEntry e)


METHODS:
public Object clone()
Overrides: Object

public String getComment()

public long getCompressedSize()

public long getCrc()

public byte[] getExtra()

public int getMethod()

public String getName()

public long getSize()

public long getTime()

public int hashCode()
Overrides: Object

public boolean isDirectory()

public void setComment(String comment)
Throws: IllegalArgumentException

public void setCompressedSize(long csize)

public void setCrc(long crc)
Throws: IllegalArgumentException

public void setExtra(byte[] extra)
Throws: IllegalArgumentException

public void setMethod(int method)
Throws: IllegalArgumentException

public void setSize(long size)
Throws: IllegalArgumentException

public void setTime(long time)

public String toString()
Overrides: Object


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

SUBCLASSES:
JarEntry,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net