SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

file_data Property

The contents of the last extracted file.

Syntax

def get_file_data() -> bytes: ...
def set_file_data(value: bytes) -> None: ...

file_data = property(get_file_data, set_file_data)

Remarks

Use this property to get the contents of the last extracted file with DataSource set to stBuffer (2).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]