class haxe.crypto.Adler32

Available on all platforms

Class Fields

static function make(b:Bytes):Int

static function read(i:Input):Adler32

Instance Fields

function new():Void

function equals(a:Adler32):Bool

function get():Int

function toString():String

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