This class splits String values into individual lines.

Inheritance

Constructors

LineSplitter()
const

Methods

bind(Stream source) → Stream
inherited

Transform the incoming stream's events.

convert(String data) → List<String>

Converts input and returns the result of the conversion.

fuse(Converter<List<String>> other) → Converter<String>
inherited

Fuses this with other.

startChunkedConversion(Sink<String> sink) → StringConversionSink

Starts a chunked conversion.