open fun toUnsignedBigInteger(): BigInteger
(source)
The BigInteger corresponding to interpreting these bytes as an unsigned integer.
Return
A positive (or zero) BigInteger corresponding to interpreting these bytes as an unsigned integer.
open fun toUnsignedBigInteger(order: ByteOrder): BigInteger
(source)
The BigInteger corresponding to interpreting these bytes as an unsigned integer.
order
- The byte-order for decoding the integer.
Return
A positive (or zero) BigInteger corresponding to interpreting these bytes as an unsigned integer.