haXe API Documentation
Back
|
Index
class
haxe.io.Bytes
Available in flash, neko, js
var
length(default,null) :
Int
function
blit(pos :
Int
, src :
Bytes
, srcpos :
Int
, len :
Int
) :
Void
function
compare(other :
Bytes
) :
Int
function
get(pos :
Int
) :
Int
function
getData() :
BytesData
function
readString(pos :
Int
, len :
Int
) :
String
function
set(pos :
Int
, v :
Int
) :
Void
function
sub(pos :
Int
, len :
Int
) :
Bytes
function
toString() :
String
static
function
alloc(length :
Int
) :
Bytes
static
function
ofData(b :
BytesData
) :
Bytes
static
function
ofString(s :
String
) :
Bytes
Back
|
Index