DataAvailableHandler Delegate

DotZLib

DotZLib .Net wrapper for ZLib1.dll

DataAvailableHandler Delegate

Represents the method that will be called from a codec when new data are available.

public delegate void DataAvailableHandler(
   byte[] data,
   int startIndex,
   int count
);

Remarks

On return from this method, the data may be overwritten, so grab it while you can. You cannot assume that startIndex will be zero.

Requirements

Namespace: DotZLib

Assembly: DotZLib (in DotZLib.dll)

See Also

DotZLib Namespace