stream for reading lightning p2p msg
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.ReadAll
Returns: byte array
|
|
Full Usage:
this.ReadAllAsBigSize
Returns: uint64 array
|
|
Full Usage:
this.ReadBigSize
Returns: uint64
|
|
Full Usage:
this.ReadBoolean
Returns: bool
|
|
Full Usage:
this.ReadByte
Returns: byte
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.ReadInt16
Parameters:
bool
Returns: int16
|
|
Full Usage:
this.ReadInt32
Parameters:
bool
Returns: int32
|
|
Full Usage:
this.ReadInt64
Parameters:
bool
Returns: int64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.ReadSByte
Returns: sbyte
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.ReadUInt16
Parameters:
bool
Returns: uint16
|
|
|
|
Full Usage:
this.ReadUInt32
Parameters:
bool
Returns: uint32
|
|
Full Usage:
this.ReadUInt64
Parameters:
bool
Returns: uint64
|
|
Full Usage:
this.ReadUInt8
Returns: uint8
|
|
Full Usage:
this.ReadWithLen
Returns: byte array
|
|
Full Usage:
this.TryReadAll
Returns: byte array option
|
|