Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testReadStringMalformed (0.08 sec)

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

            };
            PacDataInputStream pdis = createInputStream(data);
            String str = pdis.readString();
            assertEquals("AB", str);
        }
    
        @Test
        public void testReadStringMalformed() throws IOException {
            // unused > total
            byte[] data = new byte[] { 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 };
            PacDataInputStream pdis = createInputStream(data);
    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