klyn.io.FileReader.FileReader
constructor
public FileReader(filePath as Path):
Description

Creates a reader on the given file path.

Parameters
  • filePath File path to read from.
Throws
  • FileNotFoundException if the file does not exist.
  • IOException if the path is not a regular file.