C# 클래스 Game.Extensions.SharpDX.DataStreamExtensions

파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook

공개 메소드들

메소드 설명
GetMD5HashArray ( this stream ) : byte[]
GetMD5HashString ( this stream ) : String
ToArray ( this stream ) : byte[]

메소드 상세

GetMD5HashArray() 공개 정적인 메소드

public static GetMD5HashArray ( this stream ) : byte[]
stream this
리턴 byte[]

GetMD5HashString() 공개 정적인 메소드

public static GetMD5HashString ( this stream ) : String
stream this
리턴 String

ToArray() 공개 정적인 메소드

public static ToArray ( this stream ) : byte[]
stream this
리턴 byte[]