SecureBlackbox Lite 2020 Java Edition

Questions / Feedback?

FileStream Property

The stream to extract the compressed file contents to.

Syntax

public java.io.OutputStream getFileStream();
public void setFileStream(java.io.OutputStream fileStream);

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 Java Edition - Version 20.0 [Build 8166]