class lime.utils.Bytes extends Bytes
Available on all platforms
static function alloc(length:Int):Bytes
static function fastGet(b:BytesData, pos:Int):Int
static function ofData(b:BytesData):Bytes
static function ofString(s:String):Bytes
static function readFile(path:String):Bytes
function new(length:Int, bytesData:BytesData):Void