open fun toLong(): Long
(source)
The value corresponding to interpreting these bytes as a long.
IllegalArgumentException
- if size() > 8
.
Return
An value corresponding to this value interpreted as a long.
open fun toLong(order: ByteOrder): Long
(source)
The value corresponding to interpreting these bytes as a long.
order
- The byte-order for decoding the integer.
IllegalArgumentException
- if size() > 8
.
Return
An value corresponding to this value interpreted as a long.