Initializes a new instance of the C1ZipFile class and opens a zip stream associated with this new instance.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.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.

See Also