- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for fromBigInteger (0.07 seconds)
-
android/guava/src/com/google/common/net/InetAddresses.java
* @throws IllegalArgumentException if the BigInteger is not between 0 and 2^32-1 * @since 28.2 */ public static Inet4Address fromIPv4BigInteger(BigInteger address) { return (Inet4Address) fromBigInteger(address, false); } /** * Returns the {@code Inet6Address} corresponding to a given {@code BigInteger}. * * @param address BigInteger representing the IPv6 address
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 47.7K bytes - Click Count (0)