Summary
Calculates a CRC32 code from a stream.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Caching - Containing Type
- Crc32
Syntax
public static uint Calculate(Stream stream)
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | The stream. |
Return Value
| Type | Description |
|---|---|
| uint | A CRC32. |
