Difference between revisions of "Zlib"

From GiderosMobile
(formatting)
Line 2: Line 2:
 
<languages />
 
<languages />
 
<!-- GIDEROSOBJ:zlib -->
 
<!-- GIDEROSOBJ:zlib -->
 +
 
'''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>
 
'''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>
 
'''<translate>Available since</translate>:''' 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 https://github.com/LuaDist/lzlib/blob/master/README</translate>
 +
 
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|

Revision as of 14:12, 8 December 2019


Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2015.04.18

Description

Zlib lua binding from https://github.com/LuaDist/lzlib/blob/master/README

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