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