C# Class Iaik.Utils.Hash.HashStreamDataProvider

Inheritance: HashDataProvider
Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

HashStreamDataProvider() public méthode

public HashStreamDataProvider ( Stream src, long startPosition, long length, bool streamOwner ) : System
src Stream
startPosition long
length long
streamOwner bool
Résultat System

NextBytes() public méthode

public NextBytes ( byte buffer ) : int
buffer byte
Résultat int

Write() public méthode

public Write ( Stream sink ) : void
sink Stream
Résultat void