Interface Closeable

    • Method Detail

      • isClosed

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