Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Name4 (0.09 sec)

  1. src/test/java/jcifs/internal/dfs/ReferralTest.java

            bb.putShort((short) 0);
            bb.putShort((short) 5); // five expanded names
            bb.putShort((short) 22);
    
            bb.position(22);
            String[] expectedNames = { "NAME1", "NAME2", "NAME3", "NAME4", "NAME5" };
            for (String name : expectedNames) {
                bb.put(name.getBytes(StandardCharsets.UTF_16LE));
                bb.putShort((short) 0);
            }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 22K bytes
    - Viewed (0)
Back to top