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()
ZipFileEntry
getName
in interface ZipFileEntry
ZipEntry.getName()
public boolean isDirectory()
ZipFileEntry
isDirectory
in interface ZipFileEntry
ZipEntry.isDirectory()
public long getTime()
ZipFileEntry
getTime
in interface ZipFileEntry
ZipEntry.getTime()
public long getSize()
ZipFileEntry
getSize
in interface ZipFileEntry
ZipEntry.getSize()