public interface ICloseable extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the object.
|
boolean |
isClosed()
Returns, whether the object is already closed.
|
boolean isClosed()
throws IOException
true, if the object is closed, false
otherwise.IOException - An I/O error occurred.void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOException - An I/O error occurred.Copyright © 2014–2019 Philip Helger. All rights reserved.