std.stream.Stream.WriteSizedString - nitrologic/monkey2 GitHub Wiki
std::std.stream.std.stream.Stream.WriteSizedString
monkey:monkey.types.String )
Method WriteSizedString:Void( str:Writes a size prefixed string to the stream.
Writes an int containing the size of the string to the stream, followed the string itself.