|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Closeable
Interface of an object, which may be closed.
Method Summary | |
---|---|
void |
close()
Closes the object. |
boolean |
isClosed()
Returns, whether the object is already closed. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |