FileReader constructor

FileReader(
  1. File file
)

Creates a FileReader with the given File.

Implementation

FileReader(this.file);