Value::WriteToByteArray

Value::WriteToByteArray
SF_INLINE bool WriteToByteArray(const UByte * srcBuff, UPInt writeSize);
Description

WriteTo ByteArray writes bytes into an ActionScript 3 ByteArray object.

Parameters
Parameters 
Description 
const UByte * srcBuff 
Source buffer for data that will be written to the ByteArray. 
UPInt writeSize 
Size of the data to be written from srcBuff to the ByteArray. 
Return Value

True if the operation was successful. If false is returned, then the object is not a ByteArray object.