klyn.io.FileReader.readLine
method
public readLine() as String throws IOException:
Description

Reads one line from the current reader position.

Returns

Next line including its line terminator when present, or "" at end-of-stream.

Throws
  • IOException if the resource is closed, inaccessible, not a valid file, or the underlying I/O operation fails.