Inherited Variables

Defined by BufferedIOBase

Defined by IOBase

read onlyclosed:Bool

Inherited Methods

Defined by BufferedReader

Defined by BufferedIOBase

@:value({ n : -1 })read(n:Int = -1):Null<Bytes>

@:value({ n : -1 })read1(n:Int = -1):Null<Bytes>

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