SSHMessageReader class
Constructors
Properties
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