W3cubDocs

/Haxe Python

RawIOBase

package python.lib.io

extends IOBase

extended by FileIO

@:pythonImport("io","RawIOBase") Available on python

Methods

@:value({ n : -1 }) read (n:Int = -1):Null<Bytes>

readall ():Bytes

readinto (b:Bytearray):Null<Int>

write (b:Bytearray):Null<Int>

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/io/RawIOBase.html