Difference between revisions of "Zlib"

From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2015.04.18<br/> === Description === Zlib lua binding from <a href='https://github.com/LuaDist/lzlib/b...")
 
Line 5: Line 5:
 
Zlib lua binding from <a href='https://github.com/LuaDist/lzlib/blob/master/README'>https://github.com/LuaDist/lzlib/blob/master/README</a>
 
Zlib lua binding from <a href='https://github.com/LuaDist/lzlib/blob/master/README'>https://github.com/LuaDist/lzlib/blob/master/README</a>
  
 +
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 
{|-
 
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
 +
[[zlib.adler32]] - update the adler32 value<br/>
 +
[[zlib.compress]] - Return compressed string<br/>
 +
[[zlib.crc32]] - update the crc32 value<br/>
 +
[[zlib.decompress]] - Return the decompressed stream<br/>
 +
[[zlib.deflate]] - Return a deflate stream.<br/>
 +
[[zlib.inflate]] - Return an inflate stream.<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 09:57, 23 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