Summary
A helper class to quickly calculate CRC32 codes.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Caching - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Crc32"]
class Type type-node
Syntax
public static class Crc32
Remarks
The implementation was originaly taken from the ASP.NET v5 Razor caching implementation.
Methods
Name | Value | Summary |
---|---|---|
Calculate |
uint |
Calculates a CRC32 code from a stream.
static
|
Calculate |
uint |
Calculates a CRC32 code from a string.
static
|