C# Class MassEffect3.FileFormats.Crc32

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

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

Méthodes publiques

Méthode Description
Compute ( byte data, int offset, int length ) : uint
Compute ( byte data, int offset, int length, uint sum ) : uint

Method Details

Compute() public static méthode

public static Compute ( byte data, int offset, int length ) : uint
data byte
offset int
length int
Résultat uint

Compute() public static méthode

public static Compute ( byte data, int offset, int length, uint sum ) : uint
data byte
offset int
length int
sum uint
Résultat uint

Property Details

Table public_oe static_oe property

public static uint[] Table
Résultat uint[]