Utf32beBytesDecoder class

Convert UTF-32BE encoded bytes to codepoints by grouping 4 bytes to produce the unicode codepoint.

Inheritance

Constructors

Utf32beBytesDecoder(List<int> utf32EncodedBytes, [int offset = 0, int? length, bool stripBom = true, int replacementCodepoint = unicodeReplacementCharacterCodepoint])
Utf32beBytesDecoder

Properties

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

Methods

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

Operators

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