Package adams.core.io
Class RarUtils.DummyUnrarCallback
- java.lang.Object
-
- adams.core.io.RarUtils.DummyUnrarCallback
-
-
Constructor Summary
Constructors Constructor Description DummyUnrarCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNextVolumeReady(com.github.junrar.volume.Volume nextVolume)voidvolumeProgressChanged(long current, long total)
-
-
-
Method Detail
-
isNextVolumeReady
public boolean isNextVolumeReady(com.github.junrar.volume.Volume nextVolume)
- Specified by:
isNextVolumeReadyin interfacecom.github.junrar.UnrarCallback
-
volumeProgressChanged
public void volumeProgressChanged(long current, long total)- Specified by:
volumeProgressChangedin interfacecom.github.junrar.UnrarCallback
-
-