C# Class Game.Extensions.SharpDX.DataStreamExtensions

Mostrar archivo Open project: jasonpang/Starcraft2Hook

Public Methods

Method Description
GetMD5HashArray ( this stream ) : byte[]
GetMD5HashString ( this stream ) : String
ToArray ( this stream ) : byte[]

Method Details

GetMD5HashArray() public static method

public static GetMD5HashArray ( this stream ) : byte[]
stream this
return byte[]

GetMD5HashString() public static method

public static GetMD5HashString ( this stream ) : String
stream this
return String

ToArray() public static method

public static ToArray ( this stream ) : byte[]
stream this
return byte[]