Interface IOContext

    • Method Detail

      • getIOListener

        IOListener getIOListener()
        Returns the IOListener.
      • hasStream

        boolean hasStream()
        Return true if the given export context can provide an output stream
      • informCompleted

        void informCompleted​(boolean success)
        Informs this context that it will not be used for further exports any more. A boolean flag indicates about the success of the export.
      • isCompleted

        boolean isCompleted()
        Returns true if this context already has been completed.
        Returns:
        true if this context already has been completed.