TextStreamReader$Typings extension
Properties
- atEndOfLine ↔ bool
-
Indicates whether the stream pointer position is at the end of a line.
getter/setter pair
- atEndOfStream ↔ bool
-
Indicates whether the stream pointer position is at the end of a stream.
getter/setter pair
- read ↔ String Function(num)
-
getter/setter pair
- readAll ↔ String Function()
-
getter/setter pair
- readLine ↔ String Function()
-
getter/setter pair
- skip ↔ void Function(num)
-
getter/setter pair
- skipLine ↔ void Function()
-
getter/setter pair