createInflate

abstract fun createInflate(options: ZlibOptions): Inflate

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.


open fun createInflate(options: Value? = null): Inflate

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.