Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for writeScopeWireFormat_withScope_shouldWriteEncodedScope (0.58 seconds)

  1. src/test/java/jcifs/netbios/NameTest.java

            int length = name.writeScopeWireFormat(dst, 0);
    
            assertEquals(0x00, dst[0]);
            assertEquals(1, length);
        }
    
        @Test
        void writeScopeWireFormat_withScope_shouldWriteEncodedScope() {
            Name name = new Name(mockConfig, "TEST", 0x20, "test.com");
            byte[] dst = new byte[50];
    
            int length = name.writeScopeWireFormat(dst, 0);
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 19.4K bytes
    - Click Count (0)
  2. src/main/java/jcifs/netbios/Name.java

    Shinsuke Sugaya <******@****.***> 1755307968 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 8K bytes
    - Click Count (0)
  3. src/main/java/jcifs/smb1/netbios/Name.java

    Shinsuke Sugaya <******@****.***> 1755307968 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 7.2K bytes
    - Click Count (0)
Back to Top