W3cubDocs

/Haxe Python

IRawIOBase

package python.lib.io

import python.lib.io.RawIOBase

@:remove 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/IRawIOBase.html