Utf32BytesDecoder class abstract

Abstract parent class converts encoded bytes to codepoints.

Implemented types
Implementers

Constructors

Utf32BytesDecoder(List<int> utf32EncodedBytes, [int offset = 0, int? length, int replacementCodepoint = unicodeReplacementCharacterCodepoint])
create an Utf32BytesDecoder
factory

Properties

current int
The current element.
no setter
hashCode int
The hash code for this object.
no setterinherited
position int
cuttent position
no setter
remaining int
remaining of the iterator
no setter
replacementCodepoint int?
replacement of invalid code
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
utf32EncodedBytesIterator → ListRangeIterator
TODO(kevmoo): should this field be private?
final

Methods

backup([int by = 1]) → void
backup
decode() int
decode
decodeRest() List<int>
do Decode
moveNext() bool
Advances the iterator to the next element of the iteration.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
skip([int count = 1]) → void
skip count
toString() String
A string representation of this object.
inherited

Operators

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