Inheritance Hierarchy
StreamCoders.Container.Compression.Libs.zlibZStream
Namespace: StreamCoders.Container.Compression.Libs.zlib
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
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 | ||
| free | ||
| inflate | ||
| inflateEnd | ||
| inflateInit | ||
| inflateInit(Int32) | ||
| inflateSetDictionary | ||
| inflateSync |
Extension Methods
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |
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