C# Class ValveResourceFormat.Crc32

A utility class to compute CRC32.
Afficher le fichier Open project: SteamDatabase/ValveResourceFormat

Méthodes publiques

Свойство Type Description
Table uint[]

Méthodes publiques

Méthode Description
Compute ( byte buffer ) : uint

Compute a checksum for a given array of bytes.

Method Details

Compute() public static méthode

Compute a checksum for a given array of bytes.
public static Compute ( byte buffer ) : uint
buffer byte The array of bytes to compute the checksum for.
Résultat uint

Property Details

Table public_oe static_oe property

CRC polynomial 0xEDB88320.
public static uint[] Table
Résultat uint[]