TubZipWriter Create zip archive. After finish working with archive creator must call freeNative() method to close file handel
# new TubZipWriter (fileName)
Arguments:
fileName
:name of zip archive file
Methods
# addBuffer (fileName: String, byteCount: Number, source: TubBuffer) instance
Add byteCount bytes from source to archive as fleName
# addFile (fileName) instance
Add specified file to archive
Arguments:
fileName
:
# freeNative () instance
Close writer