Interface ICloseable

  • All Superinterfaces:
    AutoCloseable, Closeable

    public interface ICloseable
    extends Closeable
    Interface of an object, which may be closed and can be checked if it is closed.
    Since:
    9.0.0
    Author:
    Philip Helger
    • Method Detail

      • isClosed

        boolean isClosed()
                  throws IOException
        Returns, whether the object is already closed.
        Returns:
        true, if the object is closed, false otherwise.
        Throws:
        IOException - An I/O error occurred.