Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testReturnFromReadParameterWordsWireFormatIs8 (0.17 sec)

  1. src/test/java/jcifs/internal/smb1/com/SmbComWriteResponseTest.java

            String str = resp.toString();
            assertTrue(str.contains("count=512"), "toString should include numeric count");
        }
    
        @Test
        public void testReturnFromReadParameterWordsWireFormatIs8() {
            // ensure the method returns 8 as claimed
            byte[] buf = new byte[12];
            buf[0] = 0x00;
            buf[1] = 0x10; // count = 4096 in little-endian (0x1000)
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 2.1K bytes
    - Viewed (0)
Back to top