Difference between revisions of "Zlib"

From GiderosMobile
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' <br/>
+
<!-- GIDEROSOBJ:zlib -->
 +
 
 +
'''Supported platforms:''' [[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/>
 
'''Available since:''' Gideros 2015.04.18<br/>
 
'''Available since:''' Gideros 2015.04.18<br/>
 +
 
=== Description ===
 
=== Description ===
<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>
+
Zlib lua binding from https://github.com/LuaDist/lzlib/blob/master/README
 +
 
 
{|-
 
{|-
| style="width: 50%;"|
+
| style="width: 50%; vertical-align:top;"|
 
=== Methods ===
 
=== Methods ===
[[zlib.adler32]] {{<translate>update the adler32 value</translate>}}<br/>
+
[[zlib.adler32]] ''updates the adler32 value''<br/><!--GIDEROSMTD:zlib.adler32(adler32,buffer) updates the adler32 value-->
[[zlib.compress]] {{<translate>Return compressed string</translate>}}<br/>
+
[[zlib.compress]] ''returns compressed string''<br/><!--GIDEROSMTD:zlib.compress(buffer,level,method,windowBits,memLevel,strategy) returns compressed string-->
[[zlib.crc32]] {{<translate>update the crc32 value</translate>}}<br/>
+
[[zlib.crc32]] ''updates the crc32 value''<br/><!--GIDEROSMTD:zlib.crc32(crc32,buffer) updates the crc32 value-->
[[zlib.decompress]] {{<translate>Return the decompressed stream</translate>}}<br/>
+
[[zlib.decompress]] ''returns the decompressed stream''<br/><!--GIDEROSMTD:zlib.decompress(buffer,windowBits) returns the decompressed stream-->
[[zlib.deflate]] {{<translate>Return a deflate stream.</translate>}}<br/>
+
[[zlib.deflate]] ''returns a deflate stream''<br/><!--GIDEROSMTD:zlib.deflate(sink,level,method,windowBits,memLevel,strategy,dictionary) returns a deflate stream-->
[[zlib.inflate]] {{<translate>Return an inflate stream.</translate>}}<br/>
+
[[zlib.inflate]] ''returns an inflate stream''<br/><!--GIDEROSMTD:zlib.inflate(source,windowBits,dictionary) returns an inflate stream-->
| style="width: 50%;"|
+
 
 +
| style="width: 50%; vertical-align:top;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}
 +
 +
{{GIDEROS IMPORTANT LINKS}}

Latest revision as of 06:48, 15 November 2022


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 updates the adler32 value
zlib.compress returns compressed string
zlib.crc32 updates the crc32 value
zlib.decompress returns the decompressed stream
zlib.deflate returns a deflate stream
zlib.inflate returns an inflate stream

Events

Constants