Difference between revisions of "Zlib"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' <br/>
+
'''<translate>Supported platforms</translate>:''' <br/>
'''Available since:''' Gideros 2015.04.18<br/>
+
'''<translate>Available since</translate>:''' Gideros 2015.04.18<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Zlib lua binding from <a href='https://github.com/LuaDist/lzlib/blob/master/README'>https://github.com/LuaDist/lzlib/blob/master/README</a></translate>
 
<translate>Zlib lua binding from <a href='https://github.com/LuaDist/lzlib/blob/master/README'>https://github.com/LuaDist/lzlib/blob/master/README</a></translate>

Revision as of 10:29, 24 August 2018

Supported platforms:
Available since: Gideros 2015.04.18

Description

Zlib lua binding from <a href='https://github.com/LuaDist/lzlib/blob/master/README'>https://github.com/LuaDist/lzlib/blob/master/README</a>

Methods

zlib.adler32 update the adler32 value
zlib.compress Return compressed string
zlib.crc32 update the crc32 value
zlib.decompress Return the decompressed stream
zlib.deflate Return a deflate stream.
zlib.inflate Return an inflate stream.

Events

Constants