AdbStream class

Constructors

AdbStream(int localId, AdbConnection _adbConnection)

Properties

hashCode int
The hash code for this object.
no setterinherited
isClosed bool
no setter
localId int
final
onPayload Stream<Uint8List>
no setter
onWriteReady Stream<bool>
no setter
remoteId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPayload(Uint8List payload) → void
close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readyForWrite() → void
sendClose() → void
sendReady() → void
toString() String
A string representation of this object.
inherited
write(Uint8List payload, bool flush) Future<bool>
writeString(String payload) Future<bool>

Operators

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