Bytes
class haxe.io.BytesAvailable in flash8, flash, neko, js, php, cpp, cs, java
var length(default,null) : Int
function blit( pos : Int, src : Bytes, srcpos : Int, len : Int ) : Void
function compare( other : Bytes ) : IntCompares this instance with other. Returns 0 if equal, a negative number if this<other and a positive number if this>other.
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 inline function fastGet( b : BytesData, pos : Int ) : Int
static function ofData( b : BytesData ) : Bytes
static function ofString( s : String ) : Bytes
version #16233, modified 2013-02-24 23:50:10 by api
0 comment