Zlib.inflate

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2015.04.18
Class: zlib

Description

Returns an inflated stream.

(stream) = zlib.inflate(source,windowBits,dictionary)

Parameters

source: (many) string | function | { read: function, close: function }
windowBits: (number) from 8 to 15, larger values of this parameter result in better compression at the expense of memory usage optional
dictionary: (string) compression dictionary optional

Return values

Returns (stream) inflated stream