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
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
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