W3cubDocs

/Haxe

Adler32

package haxe.crypto

Available on all platforms

Calculates the Adler32 of the given Bytes.

Static methods

staticmake(b:Bytes):Int

staticread(i:Input):Adler32

Constructor

new()

Methods

equals(a:Adler32):Bool

get():Int

toString():String

update(b:Bytes, pos:Int, len:Int):Void

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/crypto/Adler32.html