| C1.C1Zip.ZLib Namespace : ZStream Class |
For a list of all members of this type, see ZStream members.
| Name | Description | |
|---|---|---|
![]() | adler | Current checksum value (Adler or CRC32). |
![]() | avail_in | Number of bytes available in the input buffer. |
![]() | avail_out | Number of free bytes remaining in output buffer. |
![]() | msg | Description of the last error (null if no errors). |
![]() | next_in | Input buffer. |
![]() | next_in_index | Position of cursor into input buffer. |
![]() | next_out | Output buffer. |
![]() | next_out_index | Position of cursor into the output buffer. |
![]() | total_in | Total number of input bytes read so far. |
![]() | total_out | Total number of bytes output so far. |
![]() | Z_BUF_ERROR | No progress possible or no room in output buffer. |
![]() | Z_DATA_ERROR | Input data is corrupted (wrong format or checksum). |
![]() | Z_ERRNO | File error. |
![]() | Z_MEM_ERROR | Not enough memory. |
![]() | Z_NEED_DICT | A preset dictionary is needed at this point. |
![]() | Z_OK | No error. |
![]() | Z_STREAM_END | End of stream detected. |
![]() | Z_STREAM_ERROR | Stream structure is inconsistent (input/output buffers are null for example). |
![]() | Z_VERSION_ERROR | Incompatible ZLIB version. |