API related to StuffIt archive files.
Functions | |
Archive * | Common::createStuffItArchive (const Path &fileName, bool flattenTree=false) |
Archive * | Common::createStuffItArchive (SeekableReadStream *stream, bool flattenTree=false) |
This factory method creates an Archive instance corresponding to the content of the StuffIt compressed file with the given name.
fileName | The file name to load |
flattenTree | If true, removes the directory prefixes from all file paths |