class haxe.crypto.Crc32

Available on all platforms

Class Fields

static function make(data:Bytes):Int

Calculates the CRC32 of the given data bytes

Instance Fields

function new():Void

function byte(b:Int):Void

function get():Int

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