UtfEncoder class
Class to perform the actual encoding to UTF file/stream
Constructors
Properties
Methods
-
bind(
Stream< String> stream) → Stream<List< int> > -
Transforms the provided
stream.inherited -
cast<
RS, RT> () → Converter< RS, RT> -
Provides a
Converter<RS, RT>view of this stream transformer.inherited -
convert(
String input, [int start = 0, int? end]) → Uint8List -
Implementation of convert
override
-
fuse<
TT> (Converter< List< other) → Converter<int> , TT>String, TT> -
Fuses
thiswithother.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startChunkedConversion(
Sink< List< ? sink) → StringConversionSinkint> > -
Implementation of startChunkedConversion
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited