public interface ZipFileEntry
ZipFileStorage
Acts as an adapter of the 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
|
java.lang.String getName()
ZipEntry.getName()
boolean isDirectory()
ZipEntry.isDirectory()
long getTime()
ZipEntry.getTime()
long getSize()
ZipEntry.getSize()