helma.Zip.Content

Object
   |
   +--helma.Zip.Content


Instances of this class represent the content of a zip archive.
Defined in Zip.js



Constructor Summary
helma.Zip.Content()
            Creates a new helma.Zip.Content instance
 
Properties Summary
 Object files
          The files contained in the zip archive, where each directory level is a separate object containing the entries (files and directories) as properties.
 Array toc
          The table of contents of the archive
 
Methods Summary
 void add(<helma.Zip.Entry> entry)
           Adds a zip entry object to the table of contents and the files collection

Constructor Detail

helma.Zip.Content

helma.Zip.Content()

Properties Detail

files

Object files

toc

Array toc

Method Detail

add

void add(<helma.Zip.Entry> entry)


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