Difference between revisions of "Zlib"

From GiderosMobile
Line 9: Line 9:
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
 
=== <translate>Methods</translate> ===
 
=== <translate>Methods</translate> ===
[[Special:MyLanguage/zlib.adler32|zlib.adler32]] ''<translate>update the adler32 value</translate>''<br/><!-- GIDEROSMTD:zlib.adler32 -->
+
[[Special:MyLanguage/zlib.adler32|zlib.adler32]] ''<translate>update the adler32 value</translate>''<br/><!-- GIDEROSMTD:zlib.adler32(adler32,buffer) update the adler32 value -->
[[Special:MyLanguage/zlib.compress|zlib.compress]] ''<translate>Return compressed string</translate>''<br/><!-- GIDEROSMTD:zlib.compress -->
+
[[Special:MyLanguage/zlib.compress|zlib.compress]] ''<translate>Return compressed string</translate>''<br/><!-- GIDEROSMTD:zlib.compress(buffer,level,method,windowBits,memLevel,strategy) Return compressed string -->
[[Special:MyLanguage/zlib.crc32|zlib.crc32]] ''<translate>update the crc32 value</translate>''<br/><!-- GIDEROSMTD:zlib.crc32 -->
+
[[Special:MyLanguage/zlib.crc32|zlib.crc32]] ''<translate>update the crc32 value</translate>''<br/><!-- GIDEROSMTD:zlib.crc32(crc32,buffer) update the crc32 value -->
[[Special:MyLanguage/zlib.decompress|zlib.decompress]] ''<translate>Return the decompressed stream</translate>''<br/><!-- GIDEROSMTD:zlib.decompress -->
+
[[Special:MyLanguage/zlib.decompress|zlib.decompress]] ''<translate>Return the decompressed stream</translate>''<br/><!-- GIDEROSMTD:zlib.decompress(buffer,windowBits) Return the decompressed stream -->
[[Special:MyLanguage/zlib.deflate|zlib.deflate]] ''<translate>Return a deflate stream.</translate>''<br/><!-- GIDEROSMTD:zlib.deflate -->
+
[[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. -->
[[Special:MyLanguage/zlib.inflate|zlib.inflate]] ''<translate>Return an inflate stream.</translate>''<br/><!-- GIDEROSMTD:zlib.inflate -->
+
[[Special:MyLanguage/zlib.inflate|zlib.inflate]] ''<translate>Return an inflate stream.</translate>''<br/><!-- GIDEROSMTD:zlib.inflate(source,windowBits,dictionary) Return an inflate stream. -->
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
 
=== <translate>Events</translate> ===
 
=== <translate>Events</translate> ===
 
=== <translate>Constants</translate> ===
 
=== <translate>Constants</translate> ===
 
|}
 
|}

Revision as of 16:33, 13 September 2018


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 <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