Writer for adding files to zip package


Can be created as:

Lib.Sys.Zip.Writer.new(output)

Creates zip writer from output

output - any Output based object


Created object has methods:

write(files)

writes list of Entry files to zip

files - list of Entry

writeCDR()

writes CDR to zip


writeEntryHeader(f)

writes Entry header f to zip

f - Entry header


Created with the Personal Edition of HelpNDoc: Free EBook and documentation generator