Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
[Missing <summary> documentation for "T:ComponentAce.Compression.Libs.zlib.ZStream"]
Inheritance Hierarchy
ComponentAce.Compression.Libs.zlibZStream
Namespace: ComponentAce.Compression.Libs.zlib
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 5.0.4.503-master
Syntax
The ZStream type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ZStream | Initializes a new instance of the ZStream class |
Methods
| Name | Description | |
|---|---|---|
| deflate | ||
| deflateEnd | ||
| deflateInit(Int32) | ||
| deflateInit(Int32, Int32) | ||
| deflateParams | ||
| deflateSetDictionary | ||
| Equals | (Inherited from Object.) | |
| free | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| inflate | ||
| inflateEnd | ||
| inflateInit | ||
| inflateInit(Int32) | ||
| inflateSetDictionary | ||
| inflateSync | ||
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| adler | ||
| avail_in | ||
| avail_out | ||
| msg | ||
| next_in | ||
| next_in_index | ||
| next_out | ||
| next_out_index | ||
| total_in | ||
| total_out |
See Also