SetArchiveInputStream Method

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

Syntax

public void SetArchiveInputStream(System.IO.Stream archiveStream);
Public Sub SetArchiveInputStream(ByVal ArchiveStream As System.IO.Stream)

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) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 .NET Edition - Version 20.0 [Build 8300]