C# 클래스 KeePassLib.Cryptography.HashingStreamEx

상속: Stream
파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
HashingStreamEx ( Stream sBaseStream, bool bWriting, HashAlgorithm hashAlgorithm ) : System
Read ( byte pbBuffer, int nOffset, int nCount ) : int
Seek ( long lOffset, SeekOrigin soOrigin ) : long
SetLength ( long lValue ) : void
Write ( byte pbBuffer, int nOffset, int nCount ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

HashingStreamEx() 공개 메소드

public HashingStreamEx ( Stream sBaseStream, bool bWriting, HashAlgorithm hashAlgorithm ) : System
sBaseStream Stream
bWriting bool
hashAlgorithm System.Security.Cryptography.HashAlgorithm
리턴 System

Read() 공개 메소드

public Read ( byte pbBuffer, int nOffset, int nCount ) : int
pbBuffer byte
nOffset int
nCount int
리턴 int

Seek() 공개 메소드

public Seek ( long lOffset, SeekOrigin soOrigin ) : long
lOffset long
soOrigin SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long lValue ) : void
lValue long
리턴 void

Write() 공개 메소드

public Write ( byte pbBuffer, int nOffset, int nCount ) : void
pbBuffer byte
nOffset int
nCount int
리턴 void