Interface CloseHandler

    • Method Detail

      • isClosed

        boolean isClosed()
        Indicates if closed.
        Returns:
        true if closed.
      • close

        void close()
            throws java.io.IOException
        Handles the close.
        Throws:
        java.io.IOException - If fails to close.