ForwardingSource class

Implemented types
Available extensions

Constructors

ForwardingSource(Source delegate)
const

Properties

delegate Source
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future
Closes this source and releases the resources held by this source. It is an error to read a closed source. It is safe to close a source more than once.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(Buffer sink, int count) Future<int>
Removes at least 1, and up to count bytes from this and appends them to sink. Returns the number of bytes read, or 0 if this source is exhausted.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited