SoDataCompressorUncompress Method |
Uncompresses data from the internal buffer to the given buffer.
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public ulong Uncompress(
SbNativeArray<byte> dest,
ulong destLen,
SoDataCompressorTileInfo tileInfo
)
Public Function Uncompress (
dest As SbNativeArray(Of Byte),
destLen As ULong,
tileInfo As SoDataCompressorTileInfo
) As ULong
public:
unsigned long long Uncompress(
SbNativeArray<unsigned char>^ dest,
unsigned long long destLen,
SoDataCompressorTileInfo tileInfo
)
member Uncompress :
dest : SbNativeArray<byte> *
destLen : uint64 *
tileInfo : SoDataCompressorTileInfo -> uint64
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:
UInt64The number of uncompressed bytes.
Remarks See Also