Click or drag to resize

Adler32Update Method (Byte)

Updates the checksum with an array of bytes.

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
)

Parameters

buffer
Type: SystemByte
The source of the data to update with.
See Also