TextStreamReader class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

TextStreamReader.new({bool? atEndOfLine, bool? atEndOfStream, String read(num)?, String readAll()?, String readLine()?, void skip(num)?, void skipLine()?, num? column, num? line, void close()?})
factory

Properties

atEndOfLine bool

Available on TextStreamReader, provided by the TextStreamReader$Typings extension

Indicates whether the stream pointer position is at the end of a line.
getter/setter pair
atEndOfStream bool

Available on TextStreamReader, provided by the TextStreamReader$Typings extension

Indicates whether the stream pointer position is at the end of a stream.
getter/setter pair
close ↔ void Function()

Available on TextStreamBase, provided by the TextStreamBase$Typings extension

getter/setter pair
column num

Available on TextStreamBase, provided by the TextStreamBase$Typings extension

The column number of the current character position in an input stream.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
line num

Available on TextStreamBase, provided by the TextStreamBase$Typings extension

The current line number in an input stream.
getter/setter pair
read String Function(num)

Available on TextStreamReader, provided by the TextStreamReader$Typings extension

getter/setter pair
readAll String Function()

Available on TextStreamReader, provided by the TextStreamReader$Typings extension

getter/setter pair
readLine String Function()

Available on TextStreamReader, provided by the TextStreamReader$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip ↔ void Function(num)

Available on TextStreamReader, provided by the TextStreamReader$Typings extension

getter/setter pair
skipLine ↔ void Function()

Available on TextStreamReader, provided by the TextStreamReader$Typings extension

getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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