Void readCheck(File file)
Arguments
file: A file handle
Usage
Checks that a file handle is readable, and throws either a ClosedFile or WriteOnlyFile Exception if not.
file: A file handleChecks that a file handle is readable, and throws either a ClosedFile or WriteOnlyFile Exception if not.