|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.zip.ZipEntry
org.dmonix.util.zip.ZipFileEntry
Extends the java.util.zip.ZipEntry class with additional methods.
Copyright: Copyright (c) 2001
Company: dmonix.org
| Field Summary |
| Fields inherited from class java.util.zip.ZipEntry |
CENATT, CENATX, CENCOM, CENCRC, CENDSK, CENEXT, CENFLG, CENHDR, CENHOW, CENLEN, CENNAM, CENOFF, CENSIG, CENSIZ, CENTIM, CENVEM, CENVER, DEFLATED, ENDCOM, ENDHDR, ENDOFF, ENDSIG, ENDSIZ, ENDSUB, ENDTOT, EXTCRC, EXTHDR, EXTLEN, EXTSIG, EXTSIZ, LOCCRC, LOCEXT, LOCFLG, LOCHDR, LOCHOW, LOCLEN, LOCNAM, LOCSIG, LOCSIZ, LOCTIM, LOCVER, STORED |
| Constructor Summary | |
ZipFileEntry(java.lang.String name)
Creates a ZIP entry. |
|
ZipFileEntry(java.util.zip.ZipEntry zipEntry)
Creates a ZIP entry from an other ZIPEntry. |
|
| Method Summary | |
java.lang.String |
getAbsolutePath()
Return the entire path of the file represented by this entry |
java.lang.String |
getName()
Return the name of the file represented by this entry |
java.lang.String |
getParent()
Return the parent path to the file represented by this entry |
float |
getRatio()
Return the ratio of the packaged entry vs. the original file. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.util.zip.ZipEntry |
clone, getComment, getCompressedSize, getCrc, getExtra, getMethod, getSize, getTime, hashCode, isDirectory, setComment, setCompressedSize, setCrc, setExtra, setMethod, setSize, setTime |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ZipFileEntry(java.lang.String name)
name - The name of the entrypublic ZipFileEntry(java.util.zip.ZipEntry zipEntry)
zipEntry - The entry| Method Detail |
public java.lang.String getAbsolutePath()
public java.lang.String getName()
public java.lang.String getParent()
public float getRatio()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||