Skip to content

Std stream stream writesizedstring

std:std.stream.Stream.WriteSizedString

Method WriteSizedString:Void( str: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.