BaseStreamReader<T extends BaseStreamInfo, U> class
abstract
- Implementers
Constructors
-
BaseStreamReader(T info, DataStreamController<
DataStream_Chunk> stream, num? _totalByteSize)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- info → T?
-
no setter
- onProgress ↔ dynamic Function(double? progress)?
-
getter/setter pair
-
reader
↔ DataStreamController<
DataStream_Chunk> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
handleChunkReceived(
DataStream_Chunk chunk) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readAll(
) → Future< U> -
toString(
) → String -
A string representation of this object.
inherited
-
validateBytesReceived(
[bool doneReceiving = false]) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited