Codec.Add Method (Byte[])

DotZLib

DotZLib .Net wrapper for ZLib1.dll

Codec.Add Method (Byte[])

Adds more data to the codec to be processed.

void Add(
   byte[] data
);

Parameters

data
Byte array containing the data to be added to the codec

Remarks

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

See Also

Codec Interface | DotZLib Namespace | Codec.Add Overload List