ByteWriter.putStringUtf8

Writes a NUL-terminated UTF8 string to writer (including the terminator).

class ByteWriter
bool
putStringUtf8
(
string data
)

Parameters

data string

UTF8 string to write

Return Value

Type: bool

TRUE if the value could be written