Difference between revisions of "Zlib"

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