Utf8StreamDecoderExtension extension

Extension to make it easier to use Utf8StreamDecoder with streams

on

Methods

decodeUtf8Stream() Stream<String>

Available on Stream<List<int>>, provided by the Utf8StreamDecoderExtension extension

Transform a byte stream into a UTF-8 string stream with proper handling of incomplete multi-byte sequences.