Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for much (0.12 sec)

  1. src/main/java/jcifs/netbios/UniAddress.java

         * 
         * @return wrapped address
         */
        public Object getAddress () {
            return this.addr;
        }
    
    
        /**
         * Return the hostname of this address such as "MYCOMPUTER".
         * 
         * @return the hostname associated with the address
         */
        @Override
        public String getHostName () {
            if ( this.addr instanceof NbtAddress ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 8.3K bytes
    - Viewed (0)
Back to top