Bytearray

Bytearray

package python

extended by Bytes

Available on python

Constructor

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

new (it:Array<Int>)

new (it:NativeIterable<Int>)

new (size:Int)

Variables

read only length:Int

Methods

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

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

inline get (i:Int):Int

inline get_length ():Int

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

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部