void closeInput(BufferedReader br)
Closes a BufferedReader that was previously opened by newInput(). It is not necessary to close each opened file if the cleanup() method is called.
void closeInput(BufferedReader br)
Closes a BufferedReader that was previously opened by newInput(). It is not necessary to close each opened file if the cleanup() method is called.