A stream of data being (de-)compressed.
More...
|
z_stream | z |
| zlib compression handle
|
|
char * | buf |
| Buffer for data being (de-)compressed.
|
|
unsigned int | len |
| Length of data.
|
|
unsigned int | pos |
| Current position.
|
|
bool | conn_eof: 1 |
| Connection end-of-file reached.
|
|
bool | stream_eof: 1 |
| Stream end-of-file reached.
|
|
A stream of data being (de-)compressed.
Definition at line 44 of file zstrm.c.
z_stream ZstrmDirection::z |
zlib compression handle
Definition at line 46 of file zstrm.c.
◆ buf
char* ZstrmDirection::buf |
Buffer for data being (de-)compressed.
Definition at line 47 of file zstrm.c.
◆ len
unsigned int ZstrmDirection::len |
Length of data.
Definition at line 48 of file zstrm.c.
◆ pos
unsigned int ZstrmDirection::pos |
Current position.
Definition at line 49 of file zstrm.c.
◆ conn_eof
bool ZstrmDirection::conn_eof |
◆ stream_eof
bool ZstrmDirection::stream_eof |
Stream end-of-file reached.
Definition at line 51 of file zstrm.c.
The documentation for this struct was generated from the following file: