Reset the CRC-32 class - clear the CRC "remainder register."

C# | Visual Basic | Visual C++ |
public void Reset()
Public Sub Reset
public: void Reset()

Use this when employing a single instance of this class to compute multiple, distinct CRCs on multiple, distinct data blocks.