C# Класс MonoGame.Utilities.Hash

Показать файл Открыть проект

Открытые методы

Метод Описание
ComputeHash ( ) : int

Compute a hash from a byte array.

Modified FNV Hash in C# http://stackoverflow.com/a/468084

ComputeHash ( Stream stream ) : int

Compute a hash from the content of a stream and restore the position.

Modified FNV Hash in C# http://stackoverflow.com/a/468084

Описание методов

ComputeHash() публичный статический Метод

Compute a hash from a byte array.
Modified FNV Hash in C# http://stackoverflow.com/a/468084
public static ComputeHash ( ) : int
Результат int

ComputeHash() публичный статический Метод

Compute a hash from the content of a stream and restore the position.
Modified FNV Hash in C# http://stackoverflow.com/a/468084
public static ComputeHash ( Stream stream ) : int
stream System.IO.Stream
Результат int