Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isIPv6 (0.15 sec)

  1. android/guava/src/com/google/common/net/InetAddresses.java

       * @param isIpv6 whether the created address should be IPv4 or IPv6
       * @return the BigInteger converted to an address
       * @throws IllegalArgumentException if the BigInteger is not between 0 and maximum value for IPv4
       *     or IPv6 respectively
       */
      private static InetAddress fromBigInteger(BigInteger address, boolean isIpv6) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Dec 15 19:31:54 GMT 2023
    - 44K bytes
    - Viewed (1)
Back to top