IPWorks ZIP 2020 Python Edition

Questions / Feedback?

input_data Property

Specifies the data to compress or decompress.

Syntax

def get_input_data() -> bytes: ...
def set_input_data(value: bytes) -> None: ...

input_data = property(get_input_data, set_input_data)

Default Value

""

Remarks

This property specifies the data to compress or decompress.

When decompressing this should be set to the compressed data before calling decompress_data or decompress_block.

When compressing this should be set to the decompressed data before calling compress_data or compress_block.

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