class lime.utils.Bytes extends Bytes

Class Fields

static function __fromNativePointer(data:Dynamic, length:Int): Bytes

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

Show inherited public instance fieldsHide inherited public instance fields

Inherited from Bytes

var length:Int
function blit(pos:Int, src:Bytes, srcpos:Int, len:Int):Void
function fill(pos:Int, len:Int, value:Int):Void
function getString(pos:Int, len:Int):String
function setDouble(pos:Int, v:Float):Void
function setFloat(pos:Int, v:Float):Void
function sub(pos:Int, len:Int):Bytes
function toString():String

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