-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.Inflater.IgnoreChecksums
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
Dim IgnoreChecksums As Boolean
When set to True
, corrupt or invalid compressed input will not be considered a fatal error meaning you can keep providing more input in the hopes of finding a valid compressed stream. The default is False
, which treats all errors as fatal.
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.