Ionic Zip Library v1.9.1.6
CrcCalculatorStream Constructor (stream)
Reference ► Ionic.Crc ► CrcCalculatorStream ► CrcCalculatorStream(Stream)
The default constructor.
Declaration Syntax
Parameters
- stream (Stream)
- The underlying stream
Remarks
Instances returned from this constructor will leave the underlying stream open upon Close(). The stream uses the default CRC32 algorithm, which implies a polynomial of 0xEDB88320.