FileReader and FileWriter
The two main classes for reading and writing text files.
- A file is opened when its name is passed to their constructors.
- Files should be closed (via close) when finished with.
- Their read and write methods deal with char and char[].