StringReader class

Constructors

StringReader.new(String _buffer)

Properties

canRead bool
Check if there's more to read
no setter
getSeeked int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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