bytes / net.consensys.cava.bytes / Bytes / toInt

toInt

open fun toInt(): Int (source)

The value corresponding to interpreting these bytes as an integer.

Exceptions

IllegalArgumentException - if size() > 4.

Return
An value corresponding to this value interpreted as an integer.