Codec.Add Method (Byte[], Int32, Int32)

DotZLib

DotZLib .Net wrapper for ZLib1.dll

Codec.Add Method (Byte[], Int32, Int32)

Adds more data to the codec to be processed.

void Add(
   byte[] data,
   int offset,
   int count
);

Parameters

data
Byte array containing the data to be added to the codec
offset
The index of the first byte to add from data
count
The number of bytes to add

Remarks

Adding data may, or may not, raise the DataAvailable event

See Also

Codec Interface | DotZLib Namespace | Codec.Add Overload List