package python.io
extended by IFileInput, NativeBytesInput, NativeTextInput
Available on python
bigEndian:Bool
close():Void
read(nbytes:Int):Bytes
readAll(?bufsize:Int):Bytes
readByte():Int
readBytes(s:Bytes, pos:Int, len:Int):Int
readDouble():Float
readFloat():Float
readFullBytes(s:Bytes, pos:Int, len:Int):Void
readInt16():Int
readInt24():Int
readInt32():Int
readInt8():Int
readLine():String
readString(len:Int, ?encoding:Encoding):String
readUInt16():Int
readUInt24():Int
readUntil(end:Int):String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/io/IInput.html