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.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.2.5.1975-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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| free | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| inflate | ||
| inflateEnd | ||
| inflateInit | ||
| inflateInit(Int32) | ||
| inflateSetDictionary | ||
| inflateSync | ||
| ToString | Returns a string that represents the current object. (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