open fun toBigInteger(): BigInteger
(source)
The BigInteger corresponding to interpreting these bytes as a two's-complement signed integer.
Return
A BigInteger corresponding to interpreting these bytes as a two's-complement signed integer.
open fun toBigInteger(order: ByteOrder): BigInteger
(source)
The BigInteger corresponding to interpreting these bytes as a two's-complement signed integer.
order
- The byte-order for decoding the integer.
Return
A BigInteger corresponding to interpreting these bytes as a two's-complement signed integer.