StreamReader class

Constructors

StreamReader(Stream<List<int>> stream)

Properties

buffer Queue<int>
final
controller StreamController<void>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onData(List<int> data) → void
takeCount(int count) Future<List<int>>
takeOne() Future<int>
takeWhile(bool predicate(int)) Future<List<int>>
toString() String
A string representation of this object.
inherited

Operators

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