IP*Works! ZIP V9 - Online Help
IP*Works! ZIP V9
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) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0