Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testMultipleReadsUpdateOffset (0.52 sec)

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

        /* ------------------------------------------------------------------ */
    
        @Test
        @DisplayName("Multiple reads update offset correctly")
        void testMultipleReadsUpdateOffset() {
            byte[] buffer1 = new byte[] { 0x10, 0x00, 0x00, 0x00 }; // 16
            byte[] buffer2 = new byte[] { 0x20, 0x00, 0x00, 0x00 }; // 32
    
            response.readParameterWordsWireFormat(buffer1, 0);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 8.1K bytes
    - Viewed (0)
Back to top