Factor a `FileReader` base class out of `DiskInterface`
authorBrad King <brad.king@kitware.com>
Wed, 3 Feb 2016 18:18:37 +0000 (13:18 -0500)
committerBrad King <brad.king@kitware.com>
Wed, 3 Feb 2016 18:19:42 +0000 (13:19 -0500)
commitf9487ac7971a668ddf142d5adc741f789c7bbb68
treec46c5c7d4fdd747a6e7b1f1a4ed251f6020c35d7
parent94086e990cac21451a98d949afec0b705b1c4d88
Factor a `FileReader` base class out of `DiskInterface`

Some clients will need only the ability to read files, so provide this
as a more narrow interface than the full disk interface.
src/disk_interface.h