createInflate
Method: zlib.createInflate([options])
Creates an instance of the Inflate object, using the provided options, if any.
Return
A new Inflate object.
Parameters
options
An optional object containing configuration options for the inflate stream.
Method: zlib.createDeflate([options])
Creates an instance of the Inflate object, using the provided options, if any.
Return
A new Inflate object.
Parameters
options
An optional object containing configuration options for the inflate stream.