Bytes
class haxe.io.BytesAvailable in flash, flash9, neko, js, 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 toHex() : String
function toString() : String
static function alloc( length : Int ) : Bytes
static function ofData( b : BytesData ) : Bytes
static function ofString( s : String ) : Bytes
version #11271, modified 2011-09-25 16:02:25 by api