We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ff449 commit c4aedf8Copy full SHA for c4aedf8
doc/api/zlib.markdown
@@ -139,6 +139,21 @@ Returns a new [Unzip](#zlib_class_zlib_unzip) object with an
139
[options](#zlib_options).
140
141
142
+## Class: zlib.Zlib
143
+
144
+Not exported by the `zlib` module. It is documented here because it is the base
145
+class of the compressor/decompressor classes.
146
147
+### zlib.flush(callback)
148
149
+Flush pending data. Don't call this frivolously, premature flushes negatively
150
+impact the effectiveness of the compression algorithm.
151
152
+### zlib.reset()
153
154
+Reset the compressor/decompressor to factory defaults. Only applicable to
155
+the inflate and deflate algorithms.
156
157
## Class: zlib.Gzip
158
159
Compress data using gzip.
0 commit comments