helma.Zip.Entry

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



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

helma.Zip.Entry(<java.util.zip.ZipEntry> entry)

Properties Detail

data

ByteArray data

isDirectory

Boolean isDirectory

name

String name

size

Number size

time

Date time


Documentation generated by JSDoc on Thu Apr 5 01:59:00 2007