SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

FileStream Property

The stream to extract the compressed file contents to.

Syntax

public var fileStream: OutputStream?

Default Value

null

Remarks

Use this property to provide the stream to save the contents of the decompressed file to.

You would typically provide the output stream from your BeforeExtractFile event handler, and process/release it in your AfterExtractFile event handler.

This property is not available at design time.

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