Initializes a new instance of the C1ZipFile class and opens a zip stream associated
with this new instance.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.Zip.dll)
Syntax
C# |
---|
public C1ZipFile( Stream stream ) |
Visual Basic |
---|
Public Sub New ( _ stream As Stream _ ) |
Parameters
- stream
- Type: System.IO..::..Stream
Stream that contains the zip data.