#include <zip_writer.h>
Public Member Functions | |
Construction | |
| CL_ZipWriter (CL_IODevice &output, bool storeFilenamesAsUTF8=false) | |
| Constructs a ZipWriter. | |
Operations | |
| void | begin_file (const CL_StringRef &filename, bool compress) |
| Begins file entry in the zip file. | |
| void | write_file_data (const void *data, cl_int64 size) |
| Writes some file data to the zip file. | |
| void | end_file () |
| Ends the file entry. | |
| void | write_toc () |
| Writes the table of contents part of the zip file. | |
|
||||||||||||
|
Constructs a ZipWriter.
|
|
||||||||||||
|
Begins file entry in the zip file.
|
|
|
Ends the file entry.
|
|
||||||||||||
|
Writes some file data to the zip file.
|
|
|
Writes the table of contents part of the zip file.
|
1.4.6