CodecBase.Add Method (Byte[])

DotZLib

DotZLib .Net wrapper for ZLib1.dll

CodecBase.Add Method (Byte[])

Adds more data to the codec to be processed.

public void Add(
   byte[] data
);

Parameters

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

Implements

Codec.Add

Remarks

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

See Also

CodecBase Class | DotZLib Namespace | CodecBase.Add Overload List