|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICloseable
A ICloseable is a source or destination of data that can be closed. The close method is invoked to release resources that the object is holding (such as open files).
Method Summary | |
---|---|
void |
close()
Closes the object (stream, connection, ...) and releases any system resources associated with it. |
Method Detail |
---|
void close() throws java.lang.Throwable
java.lang.Throwable
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |