Translates a byte array containing the two's-complement binary representation of a BigInteger into a BigInteger. The input array is assumed to be in big-endian byte-order: the most significant byte is in the zeroth element.
val | big-endian two's-complement binary representation of BigInteger. |
NumberFormatException | val is zero bytes long. |
Diagram: BigInteger, BigDecimal