Utf8Reader class

Implemented types

Constructors

Utf8Reader.new(ByteReader reader, {bool detectBOM = true})

Properties

count int
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
hasSource bool
final
length int
no setteroverride
reader ByteReader
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readChar(int index) int
override
startsWith(String string, [int index = 0]) bool
override
substring(int start, [int? end]) String
override
toString() String
A string representation of this object.
inherited

Operators

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