Class Zip
Index
Constructors
constructor
Creates an empty ZIP archive to which files can be added
Parameters
Optionalcb: AsyncFlateStreamHandlerThe callback to call whenever data for the generated ZIP archive is available
Returns Zip
Methods
add
end
Ends the process of adding files and prepares to emit the final chunks. This must be called after adding all desired files for the resulting ZIP file to work properly.
Returns void
terminate
A method to terminate any internal workers used by the stream. Subsequent calls to add() will fail.
Returns void
A zippable archive to which files can incrementally be added