ByteWriter.putStringUtf32
bool putStringUtf32(uint[] data)Writes a NUL-terminated UTF32 string to writer (including the terminator).
Parameters
data | UTF32 string to write |
Returns
true if the value could be written
bool putStringUtf32(uint[] data)Writes a NUL-terminated UTF32 string to writer (including the terminator).
data | UTF32 string to write |