Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Iaik
Utils
Hash
HashDataProvider
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
Datei anzeigen
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