C# Class MassEffect3.FileFormats.Crc32

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Table uint[]

Public Methods

Method Description
Compute ( byte data, int offset, int length ) : uint
Compute ( byte data, int offset, int length, uint sum ) : uint

Method Details

Compute() public static method

public static Compute ( byte data, int offset, int length ) : uint
data byte
offset int
length int
return uint

Compute() public static method

public static Compute ( byte data, int offset, int length, uint sum ) : uint
data byte
offset int
length int
sum uint
return uint

Property Details

Table public static property

public static uint[] Table
return uint[]