Zlib

From GiderosMobile
(Redirected from Category:Zlib)


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