Closes the object and release any system resources it holds. If the object has already been closed, then invoking this method has no effect. @throws IOException if any error occurs when closing the object.
()
| 32 | * if any error occurs when closing the object. |
| 33 | */ |
| 34 | public void close() throws IOException; |
| 35 | } |
no outgoing calls
no test coverage detected