tuweni / org.apache.tuweni.ssz / SSZ / decodeUInt8

decodeUInt8

static fun decodeUInt8(source: Bytes!): Int (source)

Read an 8-bit unsigned integer from the SSZ source.

Parameters

source - Bytes!: the SSZ encoded bytes

Exceptions

InvalidSSZTypeException - if there are insufficient encoded bytes for an 8-bit int

EndOfSSZException - if there are no more SSZ values to read

Return
Int: an int