Click or drag to resize
CRC32 Class
Calculates a 32bit Cyclic Redundancy Checksum (CRC) using the same polynomial used by Zip.
Inheritance Hierarchy
SystemObject
  CMS.IO.ZipCRC32

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public class CRC32

The CRC32 type exposes the following members.

Constructors
  NameDescription
Public methodCRC32
Constructor - Construct an instance of the CRC32 class, pre-initialising the table for speed of lookup.
Top
Properties
  NameDescription
Public propertyTotalBytesRead
Gets total bytes read.
Top
Methods
  NameDescription
Public methodGetCrc32
Returns the CRC32 for the specified stream.
Public methodGetCrc32AndCopy
Returns the CRC32 for the specified stream, and writes the input into the output stream.
Top
See Also