SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

file_data Property

The contents of the file being added to the archive.

Syntax

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

file_data = property(get_file_data, set_file_data)

Remarks

Assign this property with a byte array containing the contents of the file being added,if you set the corresponding entry's DataSource to fdsBuffer.

Use file_stream property, with DataSource set to fdsStream, to provide the data in a stream instead. Alternatively, use fdsFile data source to supply the file data in a disk file.

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