| java.io.Closeable |
Closeable represents the source or destination of some data which can be called its close method to release resources it holds.
Known Indirect Subclasses| void | close() | ||||
| Close the object and release any system resources it holds. | |||||
| IOException | if any error raises when closing the object. |
|---|