getLongValue
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
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
Get value as Java long.
Return
value as a long