Crc16Update(Byte) Method

Updates the checksum with the bytes taken from the array.

Definition

Namespace: Gemstone.IO.Checksums
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.169 -- Release Build+9539f17c709220b9bccf5fcf2a5ec2d79c38125a
public void Update(
	byte[] buffer
)

Parameters

buffer  Byte
buffer an array of bytes

See Also