IP*Works! ZIP V9 - Online Help
IP*Works! ZIP V9
Questions / Feedback?

SetArchiveInputStream Method

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

Syntax

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

Remarks

This method should be set when the archive is to be read from a stream when Extract is called.

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

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0