ComponentOne Zip for UWP
C1ZipFile Constructor(Stream)

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipFile Class > C1ZipFile Constructor : C1ZipFile Constructor(Stream)
System.IO.Stream that contains the zip data.
Initializes a new instance of the C1ZipFile class and opens a zip stream associated with this new instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As System.IO.Stream _
)
public C1ZipFile( 
   System.IO.Stream stream
)

Parameters

stream
System.IO.Stream that contains the zip data.
See Also

Reference

C1ZipFile Class
C1ZipFile Members
Overload List