IPWorks ZIP 2020 Python Edition

Questions / Feedback?

file_input_data Property

When This property is set, the class will read in the data from This property instead of reading from the file contained in the DecompressedName property.

Syntax

def get_file_input_data(file_index: int) -> bytes: ...
def set_file_input_data(file_index: int, value: bytes) -> None: ...

Default Value

""

Remarks

When This property is set, the class will read in the data from This property instead of reading from the file contained in the file_decompressed_name property.

The file_index parameter specifies the index of the item in the array. The size of the array is controlled by the file_count property.

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