IPWorks ZIP 2020 Kotlin Edition

Questions / Feedback?

BeginFile Event

Fired before a file is processed.

Syntax

public open class DefaultGzipEventListener : GzipEventListener {
  ...
  public override fun beginFile(e: GzipBeginFileEvent) {}
  ...
}

public class GzipBeginFileEvent {
  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 appending or decompressing.

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