public interface Closeable
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Closes the object. | 
| boolean | isClosed()Returns, whether the object is already closed. | 
void close() throws IOException
IOException - An I/O error occurred.boolean isClosed() throws IOException
IOException - An I/O error occurred.Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.