Skip to content

SshWireReader

[Source]

class ref SshWireReader

Constructors

create

[Source]

new ref create(
  data: Array[U8 val] val)
: SshWireReader ref^

Parameters

Returns


Public Functions

read_byte

[Source]

fun ref read_byte()
: U8 val ?

Returns

  • U8 val ?

read_bool

[Source]

fun ref read_bool()
: Bool val ?

Returns


read_u32

[Source]

fun ref read_u32()
: U32 val ?

Returns


read_string

[Source]

fun ref read_string()
: Array[U8 val] val ?

Returns


read_string_as_str

[Source]

fun ref read_string_as_str()
: String val ?

Returns


read_name_list

[Source]

fun ref read_name_list()
: Array[String val] val ?

Returns


read_mpint

[Source]

fun ref read_mpint()
: Array[U8 val] val ?

Returns


remaining

[Source]

fun box remaining()
: USize val

Returns