Object | +--helma.Zip.Content
Instances of this class represent the content
of a zip archive.
Defined in Zip.js
| SUMMARY: Constructor | Properties | Methods | DETAIL: Constructor | Properties | Methods |
| 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()
| Properties Detail |
Object files
Array toc
| Method Detail |
void add(<helma.Zip.Entry> entry)
entry - The entry to add to the zip archive
| SUMMARY: Constructor | Properties | Methods | DETAIL: Constructor | Properties | Methods |