SF_INLINE unsigned GetByteArraySize() const;
GetByteArraySize retrieves the size of the ActionScript 3 ByteArray. The size denotes the number of bytes stored in the ByteArray.
An unsigned integer value that represents the byte size of the ByteArray. 0 is returned if the Object is not a ByteArray.