Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for SrvCopychunkCopy (0.07 seconds)

  1. src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkCopyTest.java

                    patternKey[i] = (byte) i;
                }
    
                // When & Then
                assertNotNull(new SrvCopychunkCopy(zeroKey));
                assertNotNull(new SrvCopychunkCopy(maxKey));
                assertNotNull(new SrvCopychunkCopy(patternKey));
            }
        }
    
        @Nested
        @DisplayName("Size Method Tests")
        class SizeTests {
    
            @Test
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 23.1K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/SmbCopyUtil.java

    import jcifs.internal.smb2.ioctl.Smb2IoctlResponse;
    import jcifs.internal.smb2.ioctl.SrvCopyChunkCopyResponse;
    import jcifs.internal.smb2.ioctl.SrvCopychunk;
    import jcifs.internal.smb2.ioctl.SrvCopychunkCopy;
    import jcifs.internal.smb2.ioctl.SrvRequestResumeKeyResponse;
    
    /**
     * Utility class for SMB file copy operations.
     * Provides methods for efficient server-side copying using SMB2 IOCTL operations.
     *
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 16.6K bytes
    - Click Count (0)
Back to Top