ChunkHandler class

Constructors

ChunkHandler([int chunkSize = 1024 * 256])

Properties

chunkData Uint8List
getter/setter pair
chunkDataLoaded int
getter/setter pair
chunkSize int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformer StreamTransformer<List<int>, Uint8List>
no setter

Methods

handleData(List<int> data, EventSink<Uint8List> sink) → void
handleDone(EventSink<Uint8List> sink) → void
handleError(Object error, StackTrace stackTrace, EventSink<Uint8List> sink) → void
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