-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.Inflater.Reset
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
Sub Reset(Encoding As Integer = 0)
Name | Type | Comment |
---|---|---|
Encoding | Integer |
Optional. If specified, a new encoding to be used. |
Reinitializes the decompressor but does not free and reallocate all the internal decompression state. The stream will keep the attributes that may have been set by the constructor.
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.