Haxe API Documentation
Back | Index
class haxe.crypto.Adler32
Available in flash8, neko, js, flash, php, cpp
function new() : Void
function equals(a : Adler32) : Bool
function get() : Int
function update(b : haxe.io.Bytes, pos : Int, len : Int) : Void
static function make(b : haxe.io.Bytes) : Int
static function read(i : haxe.io.Input) : Adler32
Back | Index