You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
SeregaMamonT edited this page Jan 22, 2013
·
6 revisions
Description
VolumeManager interface should be implemented in class managing all volumes to be unpacked. It is used by Archive class to process sequentially all files it contains (currently Archive unpacks only one Volume).
Methods
Volume nextArchive(Archive archive, Volume lastVolume) throws IOException - returns the next Volume to be processed. Parameter archive is an Archive which requests for Volume; parameter lastVolume is a previously processed Volume.
Implementations
Currently, there are two implementations of this interface in the library: