Functions
getUtf8Decoder
getUtf8Decoder():
VariableSizeDecoder
<string
>
Returns a decoder for UTF-8 strings.
This decoder deserializes UTF-8 encoded strings from a byte array. It reads all available bytes starting from the given offset.
For more details, see getUtf8Codec.
Returns
VariableSizeDecoder
<string
>
A VariableSizeDecoder<string>
for decoding UTF-8 strings.
Example
Decoding a UTF-8 string.