class haxe.crypto.Adler32
Available on all platforms
static function make(b:Bytes):Int
static function read(i:Input):Adler32
function new():Void
function equals(a:Adler32):Bool
function get():Int
function toString():String
function update(b:Bytes, pos:Int, len:Int):Void