Transforms a stream of String such that each emitted String is a line from the input.
Converts UTF-8 encoded byte stream to a stream of String.
Converts UTF-8 encoded Chunk[Byte] inputs to String.
Encodes a stream of String in to a stream of bytes using the UTF-8 charset.
Encodes a stream of String in to a stream of Chunk[Byte] using the UTF-8 charset.
Provides utilities for working with streams of text (e.g., encoding byte streams to strings).