This class implements a writer that allows storing the multiple blobs in a ZIP archive. See also ZIPReader and PCKPacker.
APPEND_CREATE = 0
Create a new zip archive at the given path.
APPEND_CREATEAFTER = 1
Append a new zip archive to the end of the already existing file at the given path.
APPEND_ADDINZIP = 2
Add new files to the existing zip archive at the given path.
Closes the underlying resources used by this instance.
Stops writing to a file within the archive.
It will fail if there is no open file.
Opens a zip file for writing at the given path using the specified write mode.
This must be called before everything else.
Starts writing to a file within the archive. Only one file can be written at the same time.
Must be called after open().
Write the given data to the file.
Needs to be called after start_file().







