API related to ARJ archive files.
Functions | |
Archive * | Common::makeArjArchive (const Path &name, bool flattenTree=false) |
Archive * | Common::makeArjArchive (const Array< Path > &names, bool flattenTree=false) |
This factory method creates an Archive instance corresponding to the content of the ARJ compressed file with the given name.
May return 0 in case of a failure.