C# Class RocketLeagueReplayParser.Crc32

Afficher le fichier Open project: jjbott/RocketLeagueReplayParser Class Usage Examples

Méthodes publiques

Méthode Description
CalculateCrc ( byte data, int startPosition, int length, UInt32 crc ) : UInt32

Method Details

CalculateCrc() public static méthode

public static CalculateCrc ( byte data, int startPosition, int length, UInt32 crc ) : UInt32
data byte
startPosition int
length int
crc System.UInt32
Résultat System.UInt32