- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testReadDataWireFormatMultipleShares (0.15 sec)
-
src/test/java/jcifs/internal/smb1/net/NetShareEnumResponseTest.java
assertEquals(shareType, share.type); assertEquals(remark, share.remark); } @Test @DisplayName("Test readDataWireFormat with multiple shares") void testReadDataWireFormatMultipleShares() throws Exception { int numShares = 3; String[] shareNames = { "SHARE1", "ADMIN$", "IPC$" }; int[] shareTypes = { 0, 0x8000, 3 }; // Disk, Hidden flag (stored in 2 bytes), IPC
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.2K bytes - Viewed (0)