Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

com.github.junrar.VolumeManager

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:

Clone this wiki locally