public interface UnrarCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNextVolumeReady(NativeStorage nextVolume)
Return true if the next volume is ready to be processed,
false otherwise.
|
void |
volumeProgressChanged(long current,
long total)
This method is invoked each time the progress of the current
volume changes.
|
boolean isNextVolumeReady(NativeStorage nextVolume)
void volumeProgressChanged(long current,
long total)
Copyright © 2018. All rights reserved.