Value::GetByteArraySize

Value::GetByteArraySize
SF_INLINE unsigned GetByteArraySize() const;
Description

GetByteArraySize retrieves the size of the ActionScript 3 ByteArray. The size denotes the number of bytes stored in the ByteArray.

Return Value

An unsigned integer value that represents the byte size of the ByteArray. 0 is returned if the Object is not a ByteArray.