W3cubDocs

/Haxe Python

RawIOBase

package python.lib.io

extends IOBase

extended by FileIO

Available on python

Methods

read(n:Int = -1):Null<Bytes>

readall():Bytes

readinto(b:Bytearray):Null<Int>

write(b:Bytearray):Null<Int>

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