Difference between revisions of "Zlib"
From GiderosMobile
Line 5: | Line 5: | ||
<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%;"| | + | | style="width: 50%; vertical-align:top;"| |
=== Methods === | === Methods === | ||
− | [[zlib.adler32]] | + | [[zlib.adler32]] ''<translate>update the adler32 value</translate>''<br/> |
− | [[zlib.compress]] | + | [[zlib.compress]] ''<translate>Return compressed string</translate>''<br/> |
− | [[zlib.crc32]] | + | [[zlib.crc32]] ''<translate>update the crc32 value</translate>''<br/> |
− | [[zlib.decompress]] | + | [[zlib.decompress]] ''<translate>Return the decompressed stream</translate>''<br/> |
− | [[zlib.deflate]] | + | [[zlib.deflate]] ''<translate>Return a deflate stream.</translate>''<br/> |
− | [[zlib.inflate]] | + | [[zlib.inflate]] ''<translate>Return an inflate stream.</translate>''<br/> |
− | | style="width: 50%;"| | + | | style="width: 50%; vertical-align:top;"| |
=== Events === | === Events === | ||
=== Constants === | === Constants === | ||
|} | |} |
Revision as of 14:31, 23 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>
Methodszlib.adler32 update the adler32 value |
EventsConstants |