SecureBlackbox 2020 .NET Edition

Questions / Feedback?

FileStream Property

The stream to extract the compressed file contents to.

Syntax

public System.IO.Stream FileStream { get; set; }
Public Property FileStream As System.IO.Stream

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 2020 .NET Edition - Version 20.0 [Build 8165]