InMemoryAlphaXFileTarget class final
In-memory target for file-download tests.
Constructors
- InMemoryAlphaXFileTarget({String? name = 'memory.bin'})
- Creates an empty target.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openWrite(
) → Future< AlphaXFileSink> - Opens a destination sink. The transport closes or aborts the sink.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited