A growable byte sink the capture loop appends raw frame bytes to.
The file-backed sandbox writes through to disk; the in-memory sandbox accumulates into a buffer. The frame loop only ever calls add then close, so the two backends are interchangeable.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
Uint8List bytes) → void -
Appends
bytesto the sink. -
close(
) → Future< void> - Flushes and closes the sink.
-
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