std.stream.Stream.WriteSizedString - nitrologic/monkey2 GitHub Wiki

std::std.stream.std.stream.Stream.WriteSizedString

Method WriteSizedString:Void( str:monkey:monkey.types.String )

Writes a size prefixed string to the stream.

Writes an int containing the size of the string to the stream, followed the string itself.