Difference between revisions of "Zlib"
From GiderosMobile
(14 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 === | ||
− | Zlib lua binding from | + | 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]] | + | [[zlib.adler32]] ''updates the adler32 value''<br/><!--GIDEROSMTD:zlib.adler32(adler32,buffer) updates the adler32 value--> |
− | [[zlib.compress]] | + | [[zlib.compress]] ''returns compressed string''<br/><!--GIDEROSMTD:zlib.compress(buffer,level,method,windowBits,memLevel,strategy) returns compressed string--> |
− | [[zlib.crc32]] | + | [[zlib.crc32]] ''updates the crc32 value''<br/><!--GIDEROSMTD:zlib.crc32(crc32,buffer) updates the crc32 value--> |
− | [[zlib.decompress]] | + | [[zlib.decompress]] ''returns the decompressed stream''<br/><!--GIDEROSMTD:zlib.decompress(buffer,windowBits) returns the decompressed stream--> |
− | [[zlib.deflate]] | + | [[zlib.deflate]] ''returns a deflate stream''<br/><!--GIDEROSMTD:zlib.deflate(sink,level,method,windowBits,memLevel,strategy,dictionary) returns a deflate stream--> |
− | [[zlib.inflate]] | + | [[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 05:48, 15 November 2022
Supported platforms:
Available since: Gideros 2015.04.18
Description
Zlib lua binding from https://github.com/LuaDist/lzlib/blob/master/README
Methodszlib.adler32 updates the adler32 value |
EventsConstants |