Skip to content

zlib.Deflater.Reset

Andrew Lambert edited this page Mar 15, 2017 · 6 revisions

#zlib.Deflater.Reset

Method Signatures

 Sub Reset()

Notes

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