class lime.utils.Bytes extends Bytes

Available on all platforms

Class Fields

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

Instance Fields

function new(length:Int, bytesData:BytesData):Void