(BigInteger i)
| 331 | } |
| 332 | |
| 333 | private static int |
| 334 | BigIntegerLength(BigInteger i) { |
| 335 | return (i.bitLength() + 7) / 8; |
| 336 | } |
| 337 | |
| 338 | private static BigInteger |
| 339 | readBigInteger(DNSInput in, int len) throws IOException { |
no outgoing calls
no test coverage detected