bytes / net.consensys.cava.bytes / Bytes / longValue

longValue

open fun longValue(): Long (source)

The value corresponding to interpreting these bytes as a long.

Exceptions

IllegalArgumentException - if size() > 8.

Return
An value corresponding to this value interpreted as a long.