Interface QuietAutoCloseable

All Superinterfaces:
AutoCloseable

public interface QuietAutoCloseable extends AutoCloseable
A AutoCloseable that does not throw any checked exceptions.
Since:
8.3.0
Author:
XIMA MEDIA GmbH
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QuietAutoCloseable
    A no-operation QuietAutoCloseable that does nothing when closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void