Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildErrorBody (0.05 sec)

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

                System.arraycopy(outputBytes, 0, buf, pos, outputCount);
            }
            return buf;
        }
    
        // Helper: build an error body (without header) with structureSize=9
        private static byte[] buildErrorBody(int errorContextCount, int bc, byte[] errorData) {
            int bodyLen = 8 + bc; // 8 bytes fixed + variable data
            byte[] buf = new byte[bodyLen];
            SMBUtil.writeInt2(9, buf, 0); // structureSize
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top