Dart API Referencedart:utfIterableUtf32Decoder

IterableUtf32Decoder Class

Return type of decodeUtf32AsIterable and variants. The Iterable type provides an iterator on demand and the iterator will only translate bytes as requested by the user of the iterator. (Note: results are not cached.)

Implements

Iterable<E>

Constructors

Code new IterableUtf32Decoder._(Function codeunitsProvider) #

IterableUtf32Decoder._(Function this.codeunitsProvider);

Methods

Code Utf32BytesDecoder iterator() #

Utf32BytesDecoder iterator() => codeunitsProvider();

Fields

Code final Function codeunitsProvider #

final Function codeunitsProvider;