Initializes a new instance of the C1ZStreamReader class.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public C1ZStreamReader( Stream baseStream, bool zip ) |
Visual Basic |
---|
Public Sub New ( _ baseStream As Stream, _ zip As Boolean _ ) |
Parameters
- baseStream
- Type: System.IO..::..Stream
Input stream that contains the compressed data.
- zip
- Type: System..::..Boolean
Specifies whether the compressed stream was created in zip format.