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

DotZLib

DotZLib .Net wrapper for ZLib1.dll

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

Adds more data to the codec to be processed.

public abstract 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

Implements

Codec.Add

Remarks

Adding data may, or may not, raise the DataAvailable eventThis must be implemented by a derived class

See Also

CodecBase Class | DotZLib Namespace | CodecBase.Add Overload List