CRC32 Class |
Namespace: CMS.IO.Zip
public class CRC32
The CRC32 type exposes the following members.
Name | Description | |
---|---|---|
CRC32 |
Constructor - Construct an instance of the CRC32 class, pre-initialising the table
for speed of lookup.
|
Name | Description | |
---|---|---|
TotalBytesRead |
Gets total bytes read.
|
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.
|