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

GetCompressionStreamAsync Method

Creates an output stream used to write compressed data.

Syntax

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

Remarks

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

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