Ionic Zip Library v1.9.1.6
UpdateCRC Method (b, n)
Process a run of N identical bytes into the CRC.
Declaration Syntax
Remarks
This method serves as an optimization for updating the CRC when a run of identical bytes is found. Rather than passing in a buffer of length n, containing all identical bytes b, this method accepts the byte value and the length of the (virtual) buffer - the length of the run.