haXe

Bytes

class haxe.io.BytesAvailable in flash, flash9, neko, js, php 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
version #2182, modified 2008-07-28 10:00:20 by api