Closes this Reader object and releases any system resources associated with the reader.
public void close()
Following a call to close, any operations on the Reader object can raise exceptions. The default method is empty, but a subclass can override this method to provide the appropriate functionality.