Zlib.adler32

From GiderosMobile
Revision as of 22:18, 11 February 2020 by MoKaLux (talk | contribs)


Available since: Gideros 2015.04.18
Class: zlib

Description

Without any parameters, returns the inicial adler32 value. Call to update the adler32 value, adler is the current value, buffer is passed to adler32 zlib function and the updated value is returned.

(string) = zlib.adler32(adler32,buffer)

Parameters

adler32: (number) adler value optional
buffer: (string) buffer to modify value for optional

Return values

Returns (string) without parameters returns initial value