unzip
Method: zlib.unzip(buffer[, options], callback)
Asynchronously decompresses the given buffer using the zip algorithm; apply the provided options, or use defaults if no options are specified.
Parameters
buffer
The buffer to decompress.
options
An optional object containing configuration options for the decompression.
cbk
Callback which is passed the resulting buffer.
Method: zlib.unzip(buffer[, options], callback)
Asynchronously decompresses the given buffer using the zip algorithm; apply the provided options, or use defaults if no options are specified.
This method variant works with foreign Value instances.
Parameters
buffer
The buffer to decompress.
options
An optional object containing configuration options for the decompression.
cbk
Callback which is passed the resulting buffer.