- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ipStringToBytes (0.08 seconds)
-
android/guava/src/com/google/common/net/InetAddresses.java
*/ public static boolean isInetAddress(String ipString) { return ipStringToBytes(ipString, null) != null; } private static final class Scope { private String scope; } /** Returns {@code null} if unable to parse into a {@code byte[]}. */ private static byte @Nullable [] ipStringToBytes(String ipStringParam, @Nullable Scope scope) { String ipString = ipStringParam;
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)