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

GetDecompressionStreamAsync Method

Creates an input stream used to read data from a compressed stream.

Syntax

[VB.NET]
Public Function GetDecompressionStreamAsync(ByVal BaseStream As System.IO.Stream) As Task<System.IO.Stream>
[C#]
public Task<System.IO.Stream> GetDecompressionStreamAsync(System.IO.Stream baseStream);

Remarks

This method is the asynchronous version of the GetDecompressionStream method and is used to support asynchronous operations in WinRT. Please refer to GetDecompressionStream for more information.

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