- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IpAddress (6.18 sec)
-
src/main/java/jcifs/internal/witness/WitnessAsyncNotifyMessage.java
int ipCount = buf.dec_ndr_long(); List<String> ipAddresses = new ArrayList<>(ipCount); for (int i = 0; i < ipCount; i++) { String ipAddress = decodeWideStringPointer(buf); ipAddresses.add(ipAddress); } message.setIpAddresses(ipAddresses); } /** * Decodes a wide string pointer from NDR format. */
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 16.4K bytes - Viewed (0)