Interface QuietAutoCloseable
- All Superinterfaces:
AutoCloseable
A
AutoCloseable that does not throw any checked exceptions.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QuietAutoCloseableA no-operationQuietAutoCloseablethat does nothing when closed. -
Method Summary
-
Field Details
-
NO_OP
A no-operationQuietAutoCloseablethat does nothing when closed.
-
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-