C# Класс 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,...)
Наследование: Iaik.Utils.Serialization.AutoStreamSerializable, IDisposable, ITypedStreamSerializable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
NextBytes ( byte buffer ) : int

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

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

NextBytes() публичный абстрактный Метод

Writes the next databytes into buffer, buffer declares the count of bytes
public abstract NextBytes ( byte buffer ) : int
buffer byte
Результат int