Ionic.Crc.CRC32.CRC32 C# (CSharp) Method

CRC32() public method

Create an instance of the CRC32 class using the default settings: no bit reversal, and a polynomial of 0xEDB88320.
public CRC32 ( ) : System
return System
        public CRC32() : this(false)
        {
        }

Same methods

CRC32::CRC32 ( bool reverseBits ) : System
CRC32::CRC32 ( int polynomial, bool reverseBits ) : System