A* Pathfinding Project  3.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
Checksum Class Reference

Calculates checksums of byte arrays. More...

Detailed Description

Calculates checksums of byte arrays.

Static Public Member Functions

static uint GetChecksum (byte[] Value)
 Calculate checksum for the byte array.
 
static uint GetChecksum (byte[] Value, uint CRCVal)
 Calculate checksum for the byte array starting from a previous values.
 

Static Private Attributes

static readonly UInt32[] CRCTable
 

Member Function Documentation

static uint GetChecksum ( byte[]  Value)
static

Calculate checksum for the byte array.

static uint GetChecksum ( byte[]  Value,
uint  CRCVal 
)
static

Calculate checksum for the byte array starting from a previous values.

Useful if data is split up between several byte arrays

Member Data Documentation

readonly UInt32 [] CRCTable
staticprivate

The documentation for this class was generated from the following file: