StreamPeer.getUtf8String

Get a utf8 string with byte-length bytes from the stream (this decodes the string sent as utf8). If bytes is negative (default) the length will be read from the stream using the reverse process of putUtf8String.

struct StreamPeer
@nogc nothrow
String
getUtf8String
(
in long bytes = -1
)

Meta