haXe API Documentation
Back
|
Index
class
haxe.BaseCode
Available in flash, neko, js, flash9, php, cpp
function
new(base :
haxe.io.Bytes
) :
Void
function
decodeBytes(b :
haxe.io.Bytes
) :
haxe.io.Bytes
function
decodeString(s :
String
) :
String
function
encodeBytes(b :
haxe.io.Bytes
) :
haxe.io.Bytes
function
encodeString(s :
String
) :
String
static
function
decode(s :
String
, base :
String
) :
String
static
function
encode(s :
String
, base :
String
) :
String
Back
|
Index