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

DotZLib

DotZLib .Net wrapper for ZLib1.dll

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

Adds more data to the codec to be processed.

public override 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 event

See Also

Deflater Class | DotZLib Namespace | Deflater.Add Overload List