Reader.close

Overview | Methods | This Package | All Packages

Reader.close

Closes this Reader object and releases any system resources associated with the reader.

Syntax

public void close()

Remarks

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.