ComponentOne Zip for .NET
C1ZStreamReader Constructor(Stream,Boolean,Boolean)

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZStreamReader Class > C1ZStreamReader Constructor : C1ZStreamReader Constructor(Stream,Boolean,Boolean)
Input stream that contains the compressed data.
Specifies whether the compressed stream contains header information (should be False for streams in zip files).
Specifies whether the compressed stream contains a CRC32 checksum (should be True for streams in zip files).
Initializes a new instance of the C1ZStreamReader class.
Syntax
Public Function New( _
   ByVal baseStream As Stream, _
   ByVal header As Boolean, _
   ByVal crc32 As Boolean _
)
public C1ZStreamReader( 
   Stream baseStream,
   bool header,
   bool crc32
)

Parameters

baseStream
Input stream that contains the compressed data.
header
Specifies whether the compressed stream contains header information (should be False for streams in zip files).
crc32
Specifies whether the compressed stream contains a CRC32 checksum (should be True for streams in zip files).
See Also

Reference

C1ZStreamReader Class
C1ZStreamReader Members
Overload List