klyn.io.FileReader.readLines
method
public readLines() as ArrayList<String> throws IOException:
Description

Reads all remaining lines from the current reader position.

Returns

Ordered list of lines, each including its line terminator when present.

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