- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for readOctetArray (0.05 sec)
-
src/main/java/jcifs/internal/witness/WitnessUnregisterMessage.java
// Context handle is modified by the server (typically zeroed out) if (contextHandle == null) { contextHandle = new byte[20]; } buf.readOctetArray(contextHandle, 0, 20); } /** * Checks if the context handle has been invalidated (all zeros). * A successful unregistration typically results in a zeroed context handle. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRegisterMessage.java
// Decode output parameters for WitnessRegister // Context handle (20 bytes) if (contextHandle == null) { contextHandle = new byte[20]; } buf.readOctetArray(contextHandle, 0, 20); } /** * Encodes a wide string pointer in NDR format. * * @param buf the NDR buffer * @param str the string to encode (can be null)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.6K bytes - Viewed (0)