Variables

read onlylength:Int

Methods

blit (pos:Int, src:Bytes, srcpos:Int, len:Int):Void

compare (other:Bytes):Int

fill (pos:Int, len:Int, value:Int):Void

inline get (pos:Int):Int

inline getData ():BytesData

getString (pos:Int, len:Int, ?encoding:Dynamic):String

inline readString (pos:Int, len:Int):String

inline set (pos:Int, v:Int):Void

setInt32 (pos:Int, v:Int):Void

sub (pos:Int, len:Int):Bytes

Static methods

staticinline alloc (length:Int):Bytes

staticinline fastGet (b:BytesData, pos:Int):Int

staticofString (s:String, ?encoding:Dynamic):Bytes