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