haXe API Documentation
Back
|
Index
class
haxe.crypto.Crc32
Available in flash8, neko, js, flash, php, cpp
function
new() :
Void
function
byte(b :
Int
) :
Void
function
get() :
Int
function
update(b :
haxe.io.Bytes
, pos :
Int
, len :
Int
) :
Void
static
function
make(data :
haxe.io.Bytes
) :
Int
Back
|
Index