LibreOffice Module hwpfilter (master) 1
Public Attributes | List of all members
gz_stream Struct Reference

Structure for using z_stream. More...

#include <hgzip.h>

Collaboration diagram for gz_stream:
[legend]

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...
 
Byteinbuf
 Input buffer. More...
 
uLong crc
 Crc32 of uncompressed data. More...
 
char * msg
 Stream. More...
 
char mode
 'w' or 'r' More...
 

Detailed Description

Structure for using z_stream.

Definition at line 29 of file hgzip.h.

Member Data Documentation

◆ _inputstream

HStream* gz_stream::_inputstream

Stream.

Definition at line 43 of file hgzip.h.

Referenced by get_byte(), gz_open(), and gz_read().

◆ crc

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().

◆ inbuf

Byte* gz_stream::inbuf

Input buffer.

Definition at line 47 of file hgzip.h.

Referenced by destroy(), get_byte(), gz_open(), and gz_read().

◆ mode

char gz_stream::mode

'w' or 'r'

Definition at line 59 of file hgzip.h.

Referenced by gz_close(), gz_flush(), and gz_open().

◆ msg

char* gz_stream::msg

Stream.

Definition at line 55 of file hgzip.h.

Referenced by destroy(), and gz_open().

◆ stream

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().

◆ z_eof

int gz_stream::z_eof

EOF of the input file.

Definition at line 39 of file hgzip.h.

Referenced by get_byte(), getLong(), gz_open(), and gz_read().

◆ z_err

int gz_stream::z_err

The error code of z_stream operation.

Definition at line 35 of file hgzip.h.

Referenced by destroy(), getLong(), gz_flush(), gz_open(), and gz_read().


The documentation for this struct was generated from the following file: