Difference between revisions of "Zlib"

From GiderosMobile
Line 2: Line 2:
 
'''Supported platforms:''' <br/>
 
'''Supported platforms:''' <br/>
 
'''Available since:''' Gideros 2015.04.18<br/>
 
'''Available since:''' Gideros 2015.04.18<br/>
=== Description ===
+
=== <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>
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== Methods ===
+
=== <translate>Methods</translate> ===
 
[[Special:MyLanguage/zlib.adler32|zlib.adler32]] ''<translate>update the adler32 value</translate>''<br/>
 
[[Special:MyLanguage/zlib.adler32|zlib.adler32]] ''<translate>update the adler32 value</translate>''<br/>
 
[[Special:MyLanguage/zlib.compress|zlib.compress]] ''<translate>Return compressed string</translate>''<br/>
 
[[Special:MyLanguage/zlib.compress|zlib.compress]] ''<translate>Return compressed string</translate>''<br/>
Line 14: Line 14:
 
[[Special:MyLanguage/zlib.inflate|zlib.inflate]] ''<translate>Return an inflate stream.</translate>''<br/>
 
[[Special:MyLanguage/zlib.inflate|zlib.inflate]] ''<translate>Return an inflate stream.</translate>''<br/>
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== Events ===
+
=== <translate>Events</translate> ===
=== Constants ===
+
=== <translate>Constants</translate> ===
 
|}
 
|}

Revision as of 08:30, 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