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