Rename Reader subsystem classes
Context
The names of the Reader subsystem classes should represent reading through a data file.
Summary
The file name changes are as follows:
- Reader -> DataFile
- V1730Reader -> V1730File
- ReaderIterator -> Reader
- ReaderFactory -> DataFileFactory
All references to these classes have been updated.
How was this tested?
The compiled code runs as it did before.