ScummVM API documentation
ARJ decompressor

Description

API related to ARJ archive files.

Functions

ArchiveCommon::makeArjArchive (const Path &name, bool flattenTree=false)
 
ArchiveCommon::makeArjArchive (const Array< Path > &names, bool flattenTree=false)
 

Function Documentation

◆ makeArjArchive() [1/2]

Archive* Common::makeArjArchive ( const Path name,
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.

◆ makeArjArchive() [2/2]

Archive* Common::makeArjArchive ( const Array< Path > &  names,
bool  flattenTree = false 
)

Similar to previous but for multi-volume archives