|
||
struct z_stream_s;
Encapsulates a zip stream
Defined in z_stream_s
:
adler
adler32 value of the uncompressed data avail_in
number of bytes available at next_in avail_out
remaining free space at next_out data_type
best guess about the data type: ascii or binary msg
msg
last error message, NULL if no error next_in
next_in
next input byte next_out
next_out
next output byte should be put there opaque
private data object passed to zalloc and zfree reserved
reserved for future use state
state
total_in
total nb of input bytes read so far total_out
total nb of bytes output so far zalloc
used to allocate the internal state zfree
used to free the internal state uLong reserved;
reserved for future use