Utf8Reader class
- Implemented types
Constructors
- Utf8Reader.new(ByteReader reader, {bool detectBOM = true})
Properties
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