- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for fromValue (3.01 sec)
-
src/test/java/jcifs/tests/persistent/DurableHandleContextTest.java
assertEquals(HandleType.NONE, HandleType.fromValue(0)); assertEquals(HandleType.DURABLE_V1, HandleType.fromValue(1)); assertEquals(HandleType.DURABLE_V2, HandleType.fromValue(2)); assertEquals(HandleType.PERSISTENT, HandleType.fromValue(3)); assertThrows(IllegalArgumentException.class, () -> { HandleType.fromValue(99); }); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessEventType.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/HandleType.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessAsyncNotifyMessage.java
WitnessNotificationResponse notification = new WitnessNotificationResponse(); // Notification type int notificationType = buf.dec_ndr_long(); notification.setNotificationType(WitnessEventType.fromValue(notificationType)); // Length int length = buf.dec_ndr_long(); notification.setLength(length); // Number of messages int numberOfMessages = buf.dec_ndr_long();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 16.4K bytes - Viewed (0)