Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for writeShort (0.22 sec)

  1. src/main/java/jcifs/ntlmssp/NtlmMessage.java

            int length = ( src != null ) ? src.length : 0;
            if ( length == 0 ) {
                return offset + 4;
            }
            writeUShort(dest, offset, length);
            writeUShort(dest, offset + 2, length);
            return offset + 4;
        }
    
    
        static int writeSecurityBufferContent ( byte[] dest, int pos, int off, byte[] src ) {
            writeULong(dest, off, pos);
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.1K bytes
    - Viewed (0)
Back to top