static fun fromBytes(bytes: Bytes): UInt64
(source)
Return a UInt64 containing the value described by the specified bytes.
bytes
- The bytes containing a UInt64.
IllegalArgumentException
- if bytes.size() > 8
.
Return
A UInt64 containing the specified value.