Closes this reader and releases any system resources associated with it. For readers created from an java.io.InputStream, this method will close the underlying stream. For readers created from byte arrays or strings, this method will release internal resources such as UTF-8 decoders.
()
| 512 | * @throws IOException if an I/O error occurs while closing the underlying stream |
| 513 | */ |
| 514 | @Override |
| 515 | void close() throws IOException; |
| 516 | |
| 517 | } |
no outgoing calls