Reader.close
Class Overview | Class Members |
This Package |
All Packages
public abstract void close() throws IOException
Description
Close the stream. Once a stream has been closed, further read(),
ready(), mark(), or reset() invocations will throw an IOException.
Closing a previously-closed stream, however, has no effect.
Exceptions
IOException
If an I/O error occurs