std:std.stream.Stream.WriteString

Method WriteString:Void( str:String )

Writes a string to the stream (NOT null terminated).

Parameters
str str The string to write.