Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testReadUnicodeString (0.22 sec)

  1. src/test/java/jcifs/pac/PacDataInputStreamTest.java

            pdis = createInputStream(nullData);
            assertNull(pdis.readFiletime());
        }
    
        @Test
        public void testReadUnicodeString() throws IOException, PACDecodingException {
            // length=4, maxLength=4, pointer=0x1234
            byte[] data = new byte[] { 0x04, 0x00, 0x04, 0x00, 0x34, 0x12, 0x00, 0x00 };
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 9.2K bytes
    - Viewed (0)
Back to top