C# 클래스 FileParser.Data.HelperMethods

파일 보기 프로젝트 열기: joefeser/WhereAreMyFiles

공개 메소드들

메소드 설명
ComputeShaHash ( Stream stream ) : string
ComputeShaHash ( string path ) : string
ToHexString ( byte bytes ) : string

메소드 상세

ComputeShaHash() 공개 정적인 메소드

public static ComputeShaHash ( Stream stream ) : string
stream Stream
리턴 string

ComputeShaHash() 공개 정적인 메소드

public static ComputeShaHash ( string path ) : string
path string
리턴 string

ToHexString() 공개 정적인 메소드

public static ToHexString ( byte bytes ) : string
bytes byte
리턴 string