Interface UnrarCallback


  • public interface UnrarCallback
    • Method Detail

      • isNextVolumeReady

        boolean isNextVolumeReady​(Volume nextVolume)
        Parameters:
        nextVolume - ,
        Returns:
        true if the next volume is ready to be processed, false otherwise.
      • volumeProgressChanged

        void volumeProgressChanged​(long current,
                                   long total)
        This method is invoked each time the progress of the current volume changes.
        Parameters:
        current - .
        total - .