| CRC32 Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.IO.Zip
 Syntax
Syntaxpublic class CRC32
The CRC32 type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CRC32 | 
            Constructor - Construct an instance of the CRC32 class, pre-initialising the table
            for speed of lookup.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | TotalBytesRead | 
            Gets total bytes read.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetCrc32 | 
            Returns the CRC32 for the specified stream.
             | 
|  | GetCrc32AndCopy | 
            Returns the CRC32 for the specified stream, and writes the input into the output stream.
             | 
 See Also
See Also