WriteTo ByteArray writes bytes into an ActionScript 3 ByteArray object.
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. |
True if the operation was successful. If false is returned, then the object is not a ByteArray object.