Class GenericZipEntry<T extends ZipEntry>
java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.GenericZipEntry<T>
A read-only, generic view of a Zip entry.
-
Method Details
-
getInternalEntry
-
getName
Retrieve the full entry name, e.g.abc/def/file.txt
- Returns:
-
getSimpleName
Retrieve the simple entry name, e.g.file.txt
for an entryabc/def/file.txt
- Returns:
-
getTime
public long getTime() -
getSize
public long getSize() -
getCompressedSize
public long getCompressedSize() -
getCrc
public long getCrc() -
getMethod
public int getMethod() -
getExtra
public byte[] getExtra() -
getComment
-
isDirectory
public boolean isDirectory()
-