C# Class KeePassLib.Cryptography.HashingStreamEx

Inheritance: Stream
ファイルを表示 Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
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

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

HashingStreamEx() public method

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

Read() public method

public Read ( byte pbBuffer, int nOffset, int nCount ) : int
pbBuffer byte
nOffset int
nCount int
return int

Seek() public method

public Seek ( long lOffset, SeekOrigin soOrigin ) : long
lOffset long
soOrigin SeekOrigin
return long

SetLength() public method

public SetLength ( long lValue ) : void
lValue long
return void

Write() public method

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