SetFileInputStreamAsync Method
The input stream to read the decompressed data from.
Syntax
[VB.NET] Public Function SetFileInputStreamAsync(ByVal ArchiveStream As System.IO.Stream) As Task
[C#] public Task SetFileInputStreamAsync(System.IO.Stream archiveStream);