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.
addSlice(String str, int start, int end, bool isLast) → void
inherited
Adds the next chunk to this.
asStringSink() → ClosableStringSink
inherited
Returns this as a ClosableStringSink.
asUtf8Sink(bool allowMalformed) → ByteConversionSink
inherited
Returns this as a sink that accepts UTF-8 input.
close() → void
inherited
Closes the sink.