SSHMessageReader class

Constructors

SSHMessageReader(Uint8List data)

Properties

data → Uint8List
Message data.
final
hashCode → int
The hash code for this object.
no setterinherited
isDone → bool
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readBool() → bool
readBytes(int length) → Uint8List
readMpint() → BigInt
readNameList() → List<String>
readString() → Uint8List
readStringList() → List<Uint8List>
readToEnd() → Uint8List
readUint16() → int
readUint32() → int
readUint64() → int
readUint8() → int
readUtf8() → String
skip(int bytes) → void
toString() → String
A string representation of this object.
inherited

Operators

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