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 java.io.IOException
java.io.IOException - An I/O error occurred.boolean isClosed()
          throws java.io.IOException
java.io.IOException - An I/O error occurred.Copyright © 2010 - 2023 Adobe. All Rights Reserved