Inheritance diagram for ByteArray:
Properties | |
Number | length |
Number | size |
Constructors | |
ByteArray (ByteArray byteArray) | |
ByteArray (String str) | |
ByteArray () | |
Methods | |
String | charAt (Number index) |
This is the DAZ Script counterpart of the QByteArray type used in the DAZ Studio SDK.
ByteArray::ByteArray | ( | ) |
Default Constructor.
ByteArray::ByteArray | ( | String | str | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
str | The string to copy into the byte array Creates a byte array containing the ascii representation of the string. |
ByteArray::ByteArray | ( | ByteArray | byteArray | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
byteArray | The byte array to copy Copy Constructor. |
index | The index of the byte to return |
The number of bytes in the array
The number of bytes in the array