Utf32Encoder class

Utf32Encoder

Inheritance

Constructors

Utf32Encoder()
Utf32Encoder
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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) Uint8List
Produce a list of UTF-32 encoded bytes. This method prefixes the resulting bytes with a big-endian byte-order-marker.
override
encodeUtf32Be(String str, [bool writeBOM = false]) Uint8List
Produce a list of UTF-32BE encoded bytes. By default, this method produces UTF-32BE bytes with no BOM.
encodeUtf32Le(String str, [bool writeBOM = false]) List<int>
Produce a list of UTF-32LE encoded bytes. By default, this method produces UTF-32BE bytes with no BOM.
fuse<TT>(Converter<List<int>, TT> other) Converter<String, TT>
Fuses this with other.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startChunkedConversion(Sink<List<int>> sink) Sink<String>
Starts a chunked conversion.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited