TVecByte::SetObjectFromByteArray Method

long long SetObjectFromByteArray(const DewArray<unsigned char> &SrcBuffer);

Reads the properties of the object from the array of bytes.

#NameTypeDescription
1SrcBufferconst DewArray<unsigned char> &
Remarks:

This will be a success, only of the array was before written with GetObjectToByteArray.

Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler