Click or drag to resize
SoDataCompressorCrc32 Method

Utility function to get the CRC32 of a buffer.

Namespace: OIV.LDM.Compressors
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static ulong Crc32(
	SbNativeArray<byte> buf,
	ulong len
)

Parameters

buf
Type: OIV.Inventor.GenericSbNativeArrayByte

a pointer to the data.

len
Type: SystemUInt64

the size of the buffer.

Return Value

Type: UInt64

The CRC32 of the data.

Remarks

See Also