PackInt8Array Data Member Function

Deep copies the data from the source array object to a destination <Image> object. The source array remains unchanged and the <Image> object and array objects retain unique ownership of their underlying memory. This function can be regarded as a bounds-checked version of memcpy(). Non-zero indicates success, zero indicates failure.

Prototype

int32 PackInt8Array( Int8Array p_oSource, Image p_oDest, int32 p_nPadding )

Parameters

Parameter Type Parameter Name Documentation
<Int8Array>p_oSourceThe source array object.
<Image>p_oDestThe destination <Image> object.
int32p_nPaddingThe padding value of any bytes in the <Image> object not provided with data from the source array. This value is irrelevant if the size in bytes of the source array is equal to or greater than the size in bytes of the destination <Image> object.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.