[]
        
(Showing Draft Content)

C1.Zip.ZLib.ZStream.-ctor

ZStream Constructor

ZStream()

Initializes a new instance of the ZStream class using an Adler checksum.

Declaration
public ZStream()

ZStream(bool)

Initializes a new instance of the ZStream class.

Declaration
public ZStream(bool crc32)
Parameters
Type Name Description
bool crc32

True to use a CRC32 checksum, False to use an Adler checksum.

Remarks

CRC32 checksums are the standard used in zip files. Adler checksums are the default used by ZLIB. Adler checksums are faster to calculate, but are not compatible with the zip format.