|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Closeable
Compared to java.io.Closeable this interface does not declare a checked exception to be thrown.
Onca a Closeable has been closed, any further method calls will respond with an
IllegalStateException.
| Method Summary | |
|---|---|
void |
close()
It is most likely you will get an IllegalStateException if called more than once. |
| Method Detail |
|---|
void close()
IllegalStateException if called more than once.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||