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