LineSplitter class

This class splits String values into individual lines.

This class splits String values into individual lines.

Extends:

Constructors

LineSplitter ( )
const

Instance Methods

convert ( String data ) → List<String>
Converts [input] and returns the result of the conversion.
startChunkedConversion ( Sink<String> sink ) → StringConversionSink
Starts a chunked conversion.
fuse Inherited ( Converter<List<String>> other ) → Converter<String>
Fuses this with other.
bind Inherited ( Stream stream ) → Stream
Transform the incoming [stream]'s events.
fuse Inherited ( Converter<List<String>> other ) → Converter<String>
Fuses this with other.