Difference between revisions of "Zlib.inflate"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2015.04.18<br/>
 
'''<translate>Available since</translate>:''' Gideros 2015.04.18<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/zlib|zlib]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/zlib|zlib]]<br/>

Revision as of 10:58, 3 September 2018


Available since: Gideros 2015.04.18
Class: zlib

Description

Return an inflate 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) inflate stream