zlib.gunzipSync(buffer[, options])
-
buffer
<Buffer> | <TypedArray> | <DataView> | <ArrayBuffer> | <string> -
options
<zlib options>
使用 Gunzip
解压缩数据块。
¥Decompress a chunk of data with Gunzip
.
buffer
<Buffer> | <TypedArray> | <DataView> | <ArrayBuffer> | <string>
options
<zlib options>
使用 Gunzip
解压缩数据块。
¥Decompress a chunk of data with Gunzip
.