Skip to content

zlib.Inflater.IgnoreChecksums

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

zlib.Inflater.IgnoreChecksums

Property declaration

 Dim IgnoreChecksums As Boolean

Remarks

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.

Entry-level points of interest denoted by "☜"



Clone this wiki locally