C# Class KeePassLib.Serialization.HashedBlockStream

Inheritance: Stream
Mostra file Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Read ( byte pbBuffer, int nOffset, int nCount ) : int
Write ( byte pbBuffer, int nOffset, int nCount ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Read() public method

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

Write() public method

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