Available on python
buffer:BufferedIOBase
encoding:String
error:String
newlines:Null<EitherType<String, Tuple<String>>>
detach():BufferedIOBase
read(n:Int):String
write(s:String):Int
read onlyclosed:Bool
close():Void
fileno():Int
flush():Void
readable():Bool
@:value({ limit : -1 })readline(limit:Int = -1):String
@:value({ hint : -1 })readlines(hint:Int = -1):Array<String>
seek(offset:Int, whence:SeekSet):Int
seekable():Bool
tell():Int
truncate(size:Int):Int
writable():Bool