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 boolean
isNextVolumeReady(com.github.junrar.volume.Volume nextVolume)
void
volumeProgressChanged(long current, long total)
-
-
-
Method Detail
-
isNextVolumeReady
public boolean isNextVolumeReady(com.github.junrar.volume.Volume nextVolume)
- Specified by:
isNextVolumeReady
in interfacecom.github.junrar.UnrarCallback
-
volumeProgressChanged
public void volumeProgressChanged(long current, long total)
- Specified by:
volumeProgressChanged
in interfacecom.github.junrar.UnrarCallback
-
-