Object | +--helma.Zip.Entry
Instances of this class represent a single zip archive entry,
containing the (meta)data of the entry.
Defined in Zip.js
| SUMMARY: Constructor | Properties | Methods | DETAIL: Constructor | Properties | Methods |
| Constructor Summary | |
helma.Zip.Entry(<java.util.zip.ZipEntry> entry)
Creates a new instance of helma.Zip.Entry |
|
| Properties Summary | |
ByteArray |
data
The data of the zip entry |
Boolean |
isDirectory
True if the entry is a directory, false otherwise |
String |
name
The name of the zip archive entry |
Number |
size
The size of the entry in bytes |
Date |
time
The file date of the entry |
| Constructor Detail |
helma.Zip.Entry(<java.util.zip.ZipEntry> entry)
entry - The zip entry object whose metadata should be stored in this instance
| Properties Detail |
ByteArray data
Boolean isDirectory
String name
Number size
Date time
| SUMMARY: Constructor | Properties | Methods | DETAIL: Constructor | Properties | Methods |