Zlib.inflate
From GiderosMobile
Available since: Gideros 2015.04.18
Description
Return an inflate stream.
(stream), = zlib.inflate(sourcewindowBitsdictionary,)
'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
Returns (stream) inflate stream