onBeginFile (event)

Fired before a file is processed.

Syntax

- (void)onBeginFile:(int)index :(int*)skip;
func onBeginFile(_ index: Int32, _ skip: inout Int32)

Remarks

BeginFile is fired before compression or decompression begins. Index will contain 0.

You may use the Skip parameter to tell the class to skip the file when appending or decompressing.

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