Zlib

From GiderosMobile
Revision as of 06:48, 15 November 2022 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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