StringConversionSinkBase class

This class provides a base-class for converters that need to accept String inputs.

This class provides a base-class for converters that need to accept String inputs.

Extends

Constructors

StringConversionSinkBase()

Instance Methods

add(String str) → void Inherited
Adds chunked data to this sink.
asUtf8Sink(bool allowMalformed) → ByteConversionSink Inherited
Returns this as a sink that accepts UTF-8 input.
asStringSink() → ClosableStringSink Inherited
Returns this as a [ClosableStringSink].
close() → void Inherited
Closes the sink.
addSlice(String str, int start, int end, bool isLast) → void Inherited
Adds the next [chunk] to this.