C# Class FC3Editor.Nomad.StringHash

Exibir arquivo Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
MakeCRC32 ( byte bytes ) : uint
MakeCRC64 ( byte bytes ) : ulong
MakeStringID ( string text ) : uint

Method Details

MakeCRC32() public static method

public static MakeCRC32 ( byte bytes ) : uint
bytes byte
return uint

MakeCRC64() public static method

public static MakeCRC64 ( byte bytes ) : ulong
bytes byte
return ulong

MakeStringID() public static method

public static MakeStringID ( string text ) : uint
text string
return uint