Variables

mode:String

The mode as given in the constructor.

name:String

The file name. This is the file descriptor of the file when no name is given in the constructor.

Inherited Variables

Defined by IOBase

read onlyclosed:Bool

Inherited Methods

Defined by RawIOBase

Defined by IOBase

@:value({ limit : -1 })readline(limit:Int = -1):String

@:value({ hint : -1 })readlines(hint:Int = -1):Array<String>

seek(offset:Int, whence:SeekSet):Int