IPWorks ZIP 2020 Kotlin Edition

Questions / Feedback?

EndFile Event

Fired after each file is processed.

Syntax

public open class DefaultZipEventListener : ZipEventListener {
  ...
  public override fun endFile(e: ZipEndFileEvent) {}
  ...
}

public class ZipEndFileEvent {
  val index: Int
}

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 CompressedName, DecompressedName, CompressedSize, and DecompressedSize fields in the Files collection for this index contain more detailed information about the file processed.

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