Click or drag to resize

Adler32Update Method (Byte, Int32, Int32)

Updates the checksum with the bytes taken from the array.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void Update(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
an array of bytes
offset
Type: SystemInt32
the start of the data used for this update
count
Type: SystemInt32
the number of bytes to use for this update
See Also