ZlibWapi_Adler32

Name

ZlibWapi_Adler32 — Generates an Adler-32 checksum for the contents of a Blitz bank.

Description

Function ZlibWapi_Adler32% (
     adler%,
     sourceBuffer%,
     src%,
     sourceLength%
)

Generates an Adler-32 checksum for the contents of a Blitz bank.

Parameters

adler

Previous adler value.

sourceBuffer

Bank of data to add to the current checksum.

sourceLength

Size of the source buffer.

See also

ZipApi_Adler32

Index

Click here here to view the latest version of this page online