StringReader class
Constructors
- StringReader.new(String _buffer)
Properties
Methods
-
endSeek(
) → void -
expect(
String expectedChar) → void - Read a specific character and throw an exception if it's not found
-
getSnapshot(
) → String - Generates a snapshot of the text location if applicable
-
isDigit(
String char) → bool -
isWhitespace(
String char) → bool -
next(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
peek(
) → String -
readNumber(
) → String -
readQuotedString(
) → String - Read a string enclosed in double quotes
-
readString(
) → String -
readUnquotedString(
) → String -
readUntil(
String stopChar, int maxChars) → String -
skipWhitespace(
) → void -
startSeek(
) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited