Searched refs:IPV4_PART_COUNT (Results 1 – 1 of 1) sorted by relevance
115 private static final int IPV4_PART_COUNT = 4; field in InetAddresses205 String[] address = ipString.split("\\.", IPV4_PART_COUNT + 1); in textToNumericFormatV4()206 if (address.length != IPV4_PART_COUNT) { in textToNumericFormatV4()210 byte[] bytes = new byte[IPV4_PART_COUNT]; in textToNumericFormatV4()