public interface VolumeManager
| Modifier and Type | Method and Description |
|---|---|
Volume |
nextVolume(Archive archive,
Volume lastVolume)
Returns either the first volume or the next volume.
|
Volume nextVolume(Archive archive, Volume lastVolume) throws java.io.IOException
archive - the archive the volumes are part oflastVolume - the last volume before the one to returnjava.io.IOException - if the volume cannot be read