public class FileVolumeManager extends java.lang.Object implements VolumeManager
| Constructor and Description |
|---|
FileVolumeManager(java.io.File firstVolume) |
| Modifier and Type | Method and Description |
|---|---|
Volume |
nextVolume(Archive archive,
Volume last)
Returns either the first volume or the next volume.
|
public Volume nextVolume(Archive archive, Volume last)
VolumeManagernextVolume in interface VolumeManagerarchive - the archive the volumes are part oflast - the last volume before the one to return