| .TH "ZIP_SOURCE_BUFFER" "3" "August 2, 2014" "NiH" "Library Functions Manual" |
| \- create zip data source from buffer |
| \fBzip_source_buffer\fR(\fIzip_t\ *archive\fR, \fIconst\ void\ *data\fR, \fIzip_uint64_t\ len\fR, \fIint\ freep\fR); |
| \fBzip_source_buffer\fR() |
| creates a zip source from the buffer |
| is non-zero, the buffer will be freed when it is no longer needed. |
| must remain valid for the lifetime of the created source. |
| Upon successful completion, the created source is returned. |
| is returned and the error code in |
| is set to indicate the error. |
| \fBzip_source_buffer\fR() |
| Required memory could not be allocated. |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |