IPWorks ZIP 2020 Python Edition

Questions / Feedback?

on_end_file Event

Fired after each file is processed.

Syntax

class ZipEndFileEventParams(object):
  @property
  def index() -> int: ...

# In class Zip:
@property
def on_end_file() -> Callable[[ZipEndFileEventParams], None]: ...
@on_end_file.setter
def on_end_file(event_hook: Callable[[ZipEndFileEventParams], None]) -> None: ...

Remarks

on_end_file 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 file_compressed_name, file_decompressed_name, file_compressed_size, and file_decompressed_size 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 Python Edition - Version 20.0 [Build 8300]