Click or drag to resize
SoDataCompressor.Compress Method

Compresses the given buffer into the internal buffer.

Namespace: OIV.LDM.Compressors
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public ulong Compress(
	SbNativeArray<byte> src,
	ulong srcLen,
	SoDataCompressor. TileInfo tileInfo
)

Parameters

src
Type: OIV.Inventor.Generic.SbNativeArray<Byte>

a pointer to the data to compress.

srcLen
Type: System.UInt64

the size of the source buffer in bytes.

tileInfo
Type: OIV.LDM.Compressors.SoDataCompressor.TileInfo

contains information about the tile being processed.

Return Value

Type: UInt64

The size in bytes of the compressed buffer.

Remarks

See Also