Interface Closeable

    • Method Detail

      • close

        void close()
            throws java.io.IOException
        Closes the object.
        Throws:
        java.io.IOException - An I/O error occurred.
      • isClosed

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