C# Class Iaik.Utils.Hash.HashStreamDataProvider

Inheritance: HashDataProvider
ファイルを表示 Open project: areiter/InMemoryFuzzing Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
HashStreamDataProvider ( Stream src, long startPosition, long length, bool streamOwner ) : System
NextBytes ( byte buffer ) : int
Write ( Stream sink ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HashStreamDataProvider() public method

public HashStreamDataProvider ( Stream src, long startPosition, long length, bool streamOwner ) : System
src Stream
startPosition long
length long
streamOwner bool
return System

NextBytes() public method

public NextBytes ( byte buffer ) : int
buffer byte
return int

Write() public method

public Write ( Stream sink ) : void
sink Stream
return void