Stream.writeString
ptrdiff_t writeString(string str) nothrowWrites string to stream.
Parameters
str | string to write |
Returns
the number of bytes written or %-1 on fail.
ptrdiff_t writeString(string str) nothrowWrites string to stream.
str | string to write |