C# Class Iaik.Utils.Hash.HashDataProvider

Baseclass for all HashDataProviders, which provides the serialized data (byte stream) of some kind of entity (byte array, stream, primitive type, more complex types,...)
Inheritance: Iaik.Utils.Serialization.AutoStreamSerializable, IDisposable, ITypedStreamSerializable
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Méthode Description
Dispose ( ) : void
NextBytes ( byte buffer ) : int

Writes the next databytes into buffer, buffer declares the count of bytes

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NextBytes() public abstract méthode

Writes the next databytes into buffer, buffer declares the count of bytes
public abstract NextBytes ( byte buffer ) : int
buffer byte
Résultat int