z_stream_s Struct Reference
Detailed Description
Encapsulates a zip stream
Member Attribute Documentation
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: binary or text
msg
Last error message, NULL if no error
next_out
Next output byte should be put there
opaque
Private data object passed to zalloc and zfree
state
Not visible by applications
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