getValue

open fun getValue(bytes: Array<Byte>): BigInteger

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

Return

the corresponding Java BigInteger value

Parameters

bytes

the array of bytes


open fun getValue(bytes: Array<Byte>, offset: Int): BigInteger

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

Return

the corresponding Java BigInteger value

Parameters

bytes

the array of bytes

offset

the offset to start