IPWorks ZIP 2020 Kotlin Edition

Questions / Feedback?

BeginFile Event

Fired before a file is processed.

Syntax

public open class DefaultZcompressEventListener : ZcompressEventListener {
  ...
  public override fun beginFile(e: ZcompressBeginFileEvent) {}
  ...
}

public class ZcompressBeginFileEvent {
  val index: Int
  var skip: Boolean
}

Remarks

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

You may use the Skip parameter to tell the component to skip the file when compressing or decompressing.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Kotlin Edition - Version 20.0 [Build 7941]