SSHMessageWriter class

Constructors

SSHMessageWriter.new({bool copy = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
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
takeBytes() Uint8List
toString() String
A string representation of this object.
inherited
writeBool(bool value) → void
writeBytes(Uint8List value) → void
Write fixed length string.
writeMpint(BigInt value) → void
Write multiple precision integer as a string.
writeNameList(List<String> value) → void
Write comma separated list of names as a string.
writeString(Uint8List value) → void
Write variable length string.
writeUint32(int value) → void
writeUint64(int value) → void
writeUint8(int value) → void
writeUtf8(String value) → void

Operators

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