Package de.xima.fc.common.auto_closeable
Interface QuietAutoCloseable
-
- All Superinterfaces:
AutoCloseable
public interface QuietAutoCloseable extends AutoCloseable
AAutoCloseable
that does not throw any checked exceptions.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static QuietAutoCloseable
NO_OP
A no-operationQuietAutoCloseable
that does nothing when closed.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-
-
-
Field Detail
-
NO_OP
static final QuietAutoCloseable NO_OP
A no-operationQuietAutoCloseable
that does nothing when closed.
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
-