Ionic Zip Library v1.9.1.6
CRC32 Constructor (reverseBits)
Create an instance of the CRC32 class, specifying whether to reverse
data bits or not.
Declaration Syntax
Parameters
- reverseBits (Boolean)
- specify true if the instance should reverse data bits.
Remarks
In the CRC-32 used by BZip2, the bits are reversed. Therefore if you want a CRC32 with compatibility with BZip2, you should pass true here. In the CRC-32 used by GZIP and PKZIP, the bits are not reversed; Therefore if you want a CRC32 with compatibility with those, you should pass false.