Skip to content

zlib.Inflater.Reset

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

zlib.Inflater.Reset

Method Signature

 Sub Reset(Encoding As Integer = 0)

Parameters

Name Type Comment
Encoding Integer Optional. If specified, a new encoding to be used.

Remarks

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.

Entry-level points of interest denoted by "☜"



Clone this wiki locally