C# Class Iaik.Utils.Hash.HashByteDataProvider

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

Public Methods

Method Description
HashByteDataProvider ( Stream src ) : System
HashByteDataProvider ( byte data ) : System
HashByteDataProvider ( byte data, int startIndex, int length ) : System
NextBytes ( byte buffer ) : int

Method Details

HashByteDataProvider() public method

public HashByteDataProvider ( Stream src ) : System
src Stream
return System

HashByteDataProvider() public method

public HashByteDataProvider ( byte data ) : System
data byte
return System

HashByteDataProvider() public method

public HashByteDataProvider ( byte data, int startIndex, int length ) : System
data byte
startIndex int
length int
return System

NextBytes() public method

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