| .TH "ZIP_SOURCE_ZIP" "3" "August 2, 2014" "NiH" "Library Functions Manual" |
| \- create data source from zip file |
| \fBzip_source_zip\fR(\fIzip_t\ *archive\fR, \fIzip_t\ *srcarchive\fR, \fIzip_uint64_t\ srcidx\fR, \fIzip_flags_t\ flags\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR); |
| creates a zip source from a file in a zip archive. |
| argument is the (open) zip archive containing the source zip file |
| will be used in the zip_source. |
| is 0 or \-1, the rest of the file, starting from |
| is \-1, the whole file will be copied without decompressing it. |
| Try to get the original data without any changes that may have been |
| When adding the data from |
| re-compress it using the current settings instead of copying the |
| Upon successful completion, the created source is returned. |
| is returned and the error code in |
| is set to indicate the error. |
| Unchanged data was requested, but it is not available. |
| Required memory could not be allocated. |
| Additionally, it can return all error codes from |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |