IPWorks ZIP 2020 Python Edition

Questions / Feedback?

file_input_data Property

The data of the file to be compressed.

Syntax

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

file_input_data = property(get_file_input_data, set_file_input_data)

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.

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