tuweni / org.apache.tuweni.ssz / SSZReader / readInt8List

readInt8List

open fun readInt8List(): MutableList<Int!>! (source)

Read a list of 8-bit two's-compliment int values from the SSZ source.

Exceptions

InvalidSSZTypeException - If the next SSZ value is not a list, there are insufficient encoded bytes for the desired bit length or any value in the list, or any decoded value was too large to fit into an int.

EndOfSSZException - If there are no more SSZ values to read.

Return
MutableList<Int!>!: A list of ints.