W3cubDocs

/Haxe Python

Bytearray

package python

extended by Bytes

Available on python

Constructor

new(source:String, encoding:String, ?errors:Dynamic)

new()

new(it:Array<Int>)

new(it:NativeIterable<Int>)

new(size:Int)

Variables

read onlylength:Int

Methods

__setitem__(i:Int, v:Int):Void

append(x:Int):Void

decode(encoding:String = "utf-8", errors:String = "strict"):String

extend(t:Bytearray):Void

inlineget(i:Int):Int

inlineset(i:Int, v:Int):Void

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/Bytearray.html