- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SrvCopychunkCopy (0.05 sec)
-
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
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 23.1K bytes - Viewed (0) -
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. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 16.6K bytes - Viewed (0)