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 - 2020 Adobe Systems Incorporated. All Rights Reserved"