LibreOffice Module hwpfilter (master) 1
|
Structure for using z_stream. More...
#include <hgzip.h>
Public Attributes | |
z_stream | stream |
int | z_err |
The error code of z_stream operation. More... | |
int | z_eof |
EOF of the input file. More... | |
HStream * | _inputstream |
Stream. More... | |
Byte * | inbuf |
Input buffer. More... | |
uLong | crc |
Crc32 of uncompressed data. More... | |
char * | msg |
Stream. More... | |
char | mode |
'w' or 'r' More... | |
HStream* gz_stream::_inputstream |
uLong gz_stream::crc |
Crc32 of uncompressed data.
Definition at line 51 of file hgzip.h.
Referenced by gz_close(), gz_open(), and gz_read().
Byte* gz_stream::inbuf |
char gz_stream::mode |
'w' or 'r'
Definition at line 59 of file hgzip.h.
Referenced by gz_close(), gz_flush(), and gz_open().
char* gz_stream::msg |
z_stream gz_stream::stream |
Definition at line 31 of file hgzip.h.
Referenced by destroy(), get_byte(), gz_close(), gz_flush(), gz_open(), and gz_read().
int gz_stream::z_eof |
int gz_stream::z_err |