Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for expectedParameters (0.46 seconds)

  1. src/test/java/jcifs/smb1/smb1/NtTransQuerySecurityDescTest.java

    class NtTransQuerySecurityDescTest {
    
        /**
         * Helper that mimics the write logic used by
         * {@link NtTransQuerySecurityDesc#writeParametersWireFormat(byte[], int)}.
         */
        private static byte[] expectedParameters(int fid, int securityInformation) {
            ByteBuffer bb = ByteBuffer.allocate(8).order(ByteOrder.LITTLE_ENDIAN);
            bb.putShort((short) fid);
            bb.put((byte) 0x00); // Reserved
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 4.6K bytes
    - Click Count (0)
Back to Top