C# 클래스 MonoGame.Utilities.Hash

파일 보기 프로젝트 열기: procfxgen/MGShaderEditor

공개 메소드들

메소드 설명
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