createUnzip

abstract fun createUnzip(options: ZlibOptions): Unzip
open fun createUnzip(options: Value? = null): Unzip

Method: zlib.createUnzip([options])

Creates an instance of the Unzip object, using the provided options, if any.

Return

A new Unzip object.

Parameters

options

An optional object containing configuration options for the unzip stream.