class MAGES::Recorder::ZipProgress

class ZipProgress
{
public:
    // properties

    int Total;
    int Processed;
    string CurrentItem;

    // methods

    ZipProgress(int total, int processed, string currentItem);
};