| .TH "ZIP_SOURCE_BUFFER" "3" "October 17, 2014" "NiH" "Library Functions Manual" |
| \fBzip_source_buffer_create\fR |
| \- 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_create\fR(\fIconst\ void\ *data\fR, \fIzip_uint64_t\ len\fR, \fIint\ freep\fR, \fIzip_error_t\ *error\fR); |
| \fBzip_source_buffer\fR() |
| \fBzip_source_buffer_create\fR() |
| create 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. |
| The source can be used to open a zip archive from. |
| 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() |
| \fBzip_source_buffer_create\fR() |
| Required memory could not be allocated. |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |