haXe API Documentation
Back | Index
class haxe.io.Bytes
Available in flash, neko, js, flash9, php, cpp
var length(default,null) : Int
function blit(pos : Int, src : Bytes, srcpos : Int, len : Int) : Void
function compare(other : Bytes) : Int
inline function get(pos : Int) : Int
inline function getData() : BytesData
function readString(pos : Int, len : Int) : String
inline 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