IP*Works! ZIP 2016 .NET Edition
IP*Works! ZIP 2016 .NET Edition
Questions / Feedback?

SetArchiveOutputStream Method

The stream to write the zip, tar, jar, or gzip archive to.

Syntax

[VB.NET]
Public Sub SetArchiveOutputStream(ByVal ArchiveStream As System.IO.Stream)
[C#]
public void SetArchiveOutputStream(System.IO.Stream archiveStream);

Remarks

This method should be set when the archive is to be written to a stream when Compress is called.

By default, and when this is set to null, the component will write to the file specified by ArchiveFile. However, when this is a valid stream, the data will be written to the stream.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! ZIP 2016 .NET Edition - Version 16.0 [Build 7355]