class
StringConversionSinkBase

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

Extends

Constructors

StringConversionSinkBase()

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.