Processes the content of a buffer by CRC counter.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public override void Put(
	byte[] buffer,
	int offset,
	int length
)

Parameters

buffer
Type: array< System..::.Byte >[]()[]
A buffer.
offset
Type: System..::.Int32
The beginning of the content.
length
Type: System..::.Int32
The length of the content.

Exceptions

ExceptionCondition
System..::.ArgumentNullException buffer is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also