EndFile Event

Fired after each file is processed.

Syntax

ANSI (Cross Platform)
virtual int FireEndFile(JarEndFileEventParams *e);
typedef struct {
int Index; int reserved; } JarEndFileEventParams; Unicode (Windows) virtual INT FireEndFile(JarEndFileEventParams *e);
typedef struct {
INT Index; INT reserved; } JarEndFileEventParams;
- (void)onEndFile:(int)index;
#define EID_JAR_ENDFILE 2

virtual INT IPWORKSZIP_CALL FireEndFile(INT &iIndex);

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 C++ Edition - Version 20.0 [Build 8300]