C1.C1Zip.ZLib Namespace : ZStream Class |
For a list of all members of this type, see ZStream members.
Name | Description | |
---|---|---|
deflate | Compresses as much data as possible, and stops when the input buffer becomes empty or the output buffer becomes full. | |
deflateEnd | Frees all dynamically allocated data structures for this stream, discards any unprocessed input, and does not flush any pending output. | |
deflateInit | Overloaded. Initializes the internal stream state for compression. | |
deflateParams | Dynamically updates the compression level and compression strategy. | |
deflateSetDictionary | Initializes the compression dictionary from the given byte sequence without producing any compressed output. | |
inflate | Decompresses as much data as possible until the input buffer is exhausted or the output buffer is full. | |
inflateEnd | Frees all dynamically allocated data structures for this stream, discards any unprocessed input, and does not flush any pending output. | |
inflateInit | Overloaded. Initializes the internal stream state for decompression. | |
inflateSetDictionary | Initializes the decompression dictionary from the given uncompressed byte sequence. | |
inflateSync | Skips invalid compressed data until a full flush point is found, or until all available input is skipped. No output is provided. |