Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0x03 (0.18 sec)

  1. src/archive/zip/reader_test.go

    		0x49, 0xd5, 0xe3, 0x02, 0x04, 0x00, 0x00, 0xff,
    		0xff, 0x50, 0x4b, 0x07, 0x08, 0xc0, 0xd7, 0xed,
    		0xc3, 0x20, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00,
    		0x00, 0x50, 0x4b, 0x01, 0x02, 0x14, 0x00, 0x14,
    		0x00, 0x08, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00,
    		0x00, 0xc0, 0xd7, 0xed, 0xc3, 0x20, 0x00, 0x00,
    		0x00, 0x1a, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00,
    		0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTransportImpl.java

                        return null;
                    }
                    return (long) Encdec.dec_uint64le(this.sbuf, 28);
                }
    
                if ( this.sbuf[ 0 ] == (byte) 0x00 && this.sbuf[ 1 ] == (byte) 0x00 && ( this.sbuf[ 4 ] == (byte) 0xFF ) && this.sbuf[ 5 ] == (byte) 'S'
                        && this.sbuf[ 6 ] == (byte) 'M' && this.sbuf[ 7 ] == (byte) 'B' ) {
                    break; /* all good (SMB) */
                }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 18 23:47:00 GMT 2023
    - 67K bytes
    - Viewed (0)
Back to top