EndFile Event

Fired after each file is processed.

Syntax

class JarEndFileEventParams {
public:
  int Index();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void EndFile(JarEndFileEventParams *e);
// Or, subclass Jar and override this emitter function. virtual int FireEndFile(JarEndFileEventParams *e) {...}

Remarks

EndFile is fired after each file is processed by the compressor or decompressor, as appropriate. Index contains the array index of the file processed, and the FileCompressedName, FileDecompressedName, FileCompressedSize, and FileDecompressedSize fields in the Files collection for this index contain more detailed information about the file processed.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Qt Edition - Version 20.0 [Build 8300]