Click or drag to resize
SoDataCompressorCrc32Long Method (SbNativeArrayByte, UInt64)

Note: This API is now obsolete.

Utility function to get the CRC32 of a buffer.

Namespace: OIV.LDM.Compressors
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use Crc32() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static ulong Crc32Long(
	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