getLongValue

open fun getLongValue(bytes: Array<Byte>): Long

Helper method to get the value as a Java long from an eight-byte array

Return

the corresponding Java long value

Parameters

bytes

the array of bytes


open fun getLongValue(bytes: Array<Byte>, offset: Int): Long

Helper method to get the value as a Java long from eight bytes starting at given array offset

Return

the corresponding Java long value

Parameters

bytes

the array of bytes

offset

the offset to start


open fun getLongValue(): Long

Get value as Java long.

Return

value as a long