public class TrueZipEntry extends java.lang.Object implements ZipFileEntry
ZipFileEntry based on standard java zip entry
ZipEntry.| Constructor and Description |
|---|
TrueZipEntry(de.schlichtherle.truezip.zip.ZipEntry zipEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Tells the name of this entry
|
long |
getSize()
Tells the size of the entry in bytes
|
long |
getTime()
Tells the entry modification time
|
boolean |
isDirectory()
Tells the this entry is directory
|
de.schlichtherle.truezip.zip.ZipEntry |
toZipEntry() |
public de.schlichtherle.truezip.zip.ZipEntry toZipEntry()
public java.lang.String getName()
ZipFileEntrygetName in interface ZipFileEntryZipEntry.getName()public boolean isDirectory()
ZipFileEntryisDirectory in interface ZipFileEntryZipEntry.isDirectory()public long getTime()
ZipFileEntrygetTime in interface ZipFileEntryZipEntry.getTime()public long getSize()
ZipFileEntrygetSize in interface ZipFileEntryZipEntry.getSize()