class MAGES::Editor::TgzExtractor

class TgzExtractor
{
public:
    // methods

    static void ExtractSingleFile(string tgzPath, string outputFilePath);
};