SSHChannelDataConsumer class
- Inheritance
-
- Object
- StreamConsumerBase<
SSHChannelData> - SSHChannelDataConsumer
Constructors
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
-
cancel(
) → Future< void> -
Dispose the consumer and cancel the underlying stream.
inherited
-
getLength(
SSHChannelData chunk) → int -
Returns the length of type
T
.override -
getSublistView(
SSHChannelData chunk, int start, int end) → SSHChannelData -
Returns a sublist view of type
T
fromstart
toend
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
int size) → Future< SSHChannelData?> -
Reads up to
size
bytes from the stream.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited