| C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZStreamWriter Class > C1ZStreamWriter Constructor : C1ZStreamWriter Constructor(Stream,Boolean) |
Public Function New( _ ByVal baseStream As Stream, _ ByVal zip As Boolean _ )
Dim baseStream As Stream Dim zip As Boolean Dim instance As New C1ZStreamWriter(baseStream, zip)
public C1ZStreamWriter( Stream baseStream, bool zip )
public: C1ZStreamWriter( Stream^ baseStream, bool zip )
Streams in zip files are different from regular zlib streams in two aspects:
(1) zip streams do not contain any local header information (the information is stored in the zip file headers instead) and
(2) zip streams use a CRC32 checksum instead of the adler32 checksum used by zlib streams.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2