Click or drag to resize
SoDataCompressorUncompress Method

Uncompresses data from the internal buffer to the given buffer.

Namespace: OIV.LDM.Compressors
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public ulong Uncompress(
	SbNativeArray<byte> dest,
	ulong destLen,
	SoDataCompressorTileInfo tileInfo
)

Parameters

dest
Type: OIV.Inventor.GenericSbNativeArrayByte

a pointer to the destination buffer.

destLen
Type: SystemUInt64

the size of the destination buffer in bytes.

tileInfo
Type: OIV.LDM.CompressorsSoDataCompressorTileInfo

contains information about the tile being processed.

Return Value

Type: UInt64

The number of uncompressed bytes.

Remarks

See Also