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
Mostrar archivo Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
Dispose ( ) : void
NextBytes ( byte buffer ) : int

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NextBytes() public abstract method

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