| .TH "ZIP_SOURCE_WRITE" "3" "November 18, 2014" "NiH" "Library Functions Manual" |
| \- write data to zip source |
| \fBzip_source_write\fR(\fIzip_source_t\ *source\fR, \fIconst\ void\ *data\fR, \fIzip_uint64_t\ len\fR); |
| at the current write offset. |
| has to be prepared for writing by calling |
| zip_source_begin_write(3) |
| Upon successful completion the number of bytes written is returned. |
| Otherwise, \-1 is returned and the error information in |
| is set to indicate the error. |
| zip_source_begin_write(3), |
| zip_source_commit_write(3), |
| zip_source_rollback_write(3), |
| zip_source_seek_write(3), |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |