tuweni / org.apache.tuweni.ssz / SSZReader / readInt8

readInt8

open fun readInt8(): Int (source)

Read an 8-bit two's-compliment integer from the SSZ source.

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.