-
-
Notifications
You must be signed in to change notification settings - Fork 4
zlib.Inflater.Constructor
Andrew Lambert edited this page Mar 2, 2017
·
11 revisions
##Method Signature
Sub Constructor(Encoding As Integer = zlib.DEFLATE_ENCODING)
Sub Constructor(CopyStream As zlib.Inflater)##Parameters
###Constructor(Integer)
| Name | Type | Comment |
|---|---|---|
| Encoding | Integer | Optional. The type of compression. |
###Constructor(zlib.Inflater)
| Name | Type | Comment |
|---|---|---|
| CopyStream | zlib.Inflater | An instance of Inflater to duplicate |
##Notes Constructs a new Inflater, or duplicates an existing Inflater.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.