WritableStream<T> class
- Implemented types
-
- StreamWriter<
T>
- StreamWriter<
Constructors
-
WritableStream.new({required String streamId, required Engine engine, List<
String> ? destinationIdentities})
Properties
- chunkId ↔ int
-
getter/setter pair
-
destinationIdentities
↔ List<
String> ? -
getter/setter pair
- engine ↔ Engine
-
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
- streamId ↔ String
-
getter/setter pair
Methods
-
close(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
splitChunk(
T chunk, int chunkSize) → List< Uint8List> -
splitUint8List(
Uint8List bytes, int chunkSize) → List< Uint8List> -
toString(
) → String -
A string representation of this object.
inherited
-
write(
T chunk) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited