class MAGES::Editor::TgzExtractorΒΆ

class TgzExtractor
{
public:
    // methods

    static bool TryExtractSingleFile(string tgzPath, string outputFilePath);
};