| Klasse java.util.zip.ZipEntry | 1.1 |
java.lang.Object | +--java.util.zip.ZipEntry
| Datenelemente | |
|---|---|
| public static final int | STORED |
| public static final int | DEFLATED |
| Konstruktoren | |
|---|---|
| public | ZipEntry(String name) |
| public | ZipEntry(ZipEntry e) ![]() |
| Methoden | |
|---|---|
| public Object | clone() ![]() |
| 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() ![]() |
| public boolean | isDirectory() |
| public void | setComment(String comment) |
| public void | setCrc(long crc) |
| public void | setExtra(byte[] extra) |
| public void | setMethod(int method) |
| public void | setSize(long size) |
| public void | setTime(long time) |
| public String | toString() |
![[1.2]](../../images/marg12.gif)
![[1.2]](../../images/marg12.gif)
![[1.2]](../../images/marg12.gif)