Class FileVolumeManager
java.lang.Object
com.github.junrar.volume.FileVolumeManager
- All Implemented Interfaces:
VolumeManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextVolume(Archive archive, Volume last) Returns either the first volume or the next volume.
-
Field Details
-
firstVolume
-
-
Constructor Details
-
FileVolumeManager
-
-
Method Details
-
nextVolume
Description copied from interface:VolumeManagerReturns either the first volume or the next volume.- Specified by:
nextVolumein interfaceVolumeManager- Parameters:
archive- the archive the volumes are part oflast- the last volume before the one to return- Returns:
- the first volume if lastVolume is null, else the next volume after lastVolume
-