C# 클래스 AniDBmini.HashAlgorithms.Ed2k

상속: System.Security.Cryptography.HashAlgorithm
파일 보기 프로젝트 열기: ahodesuka/AniDBmini

공개 메소드들

메소드 설명
Cancel ( ) : void
ComputeHash ( Stream stream ) : byte[]
Ed2k ( ) : System.Collections.Generic
Initialize ( ) : void

보호된 메소드들

메소드 설명
HashCore ( byte b, int offset, int length ) : void
HashFinal ( ) : byte[]

Calculates both ed2k hashes

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

ComputeHash() 공개 메소드

public ComputeHash ( Stream stream ) : byte[]
stream System.IO.Stream
리턴 byte[]

Ed2k() 공개 메소드

public Ed2k ( ) : System.Collections.Generic
리턴 System.Collections.Generic

HashCore() 보호된 메소드

protected HashCore ( byte b, int offset, int length ) : void
b byte
offset int
length int
리턴 void

HashFinal() 보호된 메소드

Calculates both ed2k hashes
protected HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void