Skip to content

zlib.Deflater.Reset

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

zlib.Deflater.Reset

Method Signatures

 Sub Reset()

Remarks

Reinitializes the compressor but does not free and reallocate all the internal compression state. The stream will keep the same compression level and any other attributes that may have been set by the constructor.

Entry-level points of interest denoted by "☜"



Clone this wiki locally