Update() public method

public Update ( Array values ) : void
values Array
return void
		internal void Crc32(CRC32 @out, long pos, int cnt)
		{
			@out.Update(array, (int)(pos - start), cnt);
		}