类:zlib.ZlibBase
【Class: zlib.ZlibBase】
不是由 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.】