std.stream.Stream.ReadSizedString - nitrologic/monkey2 GitHub Wiki
std::std.stream.std.stream.Stream.ReadSizedString
monkey:monkey.types.String( )
Method ReadSizedString:Reads a size prefixed string from the stream.
Reads an int from the stream, then a string from that many bytes.