
de.innosystec.unrar.UnrarCallback Maven / Gradle / Ivy
The newest version!
package de.innosystec.unrar;
import java.io.File;
/**
*
* @author alban
*/
public interface UnrarCallback {
/**
* Return true if the next volume is ready to be processed,
* false otherwise.
*/
boolean isNextVolumeReady(NativeStorage nextVolume);
/**
* This method is invoked each time the progress of the current
* volume changes.
*/
void volumeProgressChanged(long current, long total);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy