klyn.io.FileReader.FileReader
constructor
public FileReader(filename as String):
Description
Creates a reader on the given file name.
Parameters
  • filename File to read from.
Throws
  • FileNotFoundException if the file does not exist.
  • IOException if the path is not a regular file.