类:zlib.ZlibBase
\Class: zlib.ZlibBase
版本历史
| 版本 | 变更 |
|---|---|
| v11.7.0, v10.16.0 | 此类从 |
| v0.5.8 | 新增于: v0.5.8 |
不是由 node:zlib 模块导出的。它记录在此处,因为它是压缩器/解压缩器类的基类。
\Not exported by the node:zlib module. It is documented here because it is the
base class of the compressor/decompressor classes.
这个类继承自 stream.Transform,允许在管道和类似的流操作中使用 node:zlib 对象。
\This class inherits from stream.Transform, allowing node:zlib objects to
be used in pipes and similar stream operations.