BufferPipe<T> class
Constructors
-
BufferPipe(Iterable<
T> list)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
int length) → List< T> -
toString(
) → String -
A string representation of this object.
inherited
-
write(
Iterable< T> data) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited