home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / NETSCAP4.06 / CP32E406.EXE / nav40.z / java40.jar / java / net / InetAddressImpl.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-08-13  |  586 b   |  14 lines

  1. package java.net;
  2.  
  3. class InetAddressImpl {
  4.    native String getLocalHostName() throws UnknownHostException;
  5.  
  6.    native void makeAnyLocalAddress(InetAddress var1);
  7.  
  8.    native byte[][] lookupAllHostAddr(String var1) throws UnknownHostException;
  9.  
  10.    native String getHostByAddr(int var1) throws UnknownHostException;
  11.  
  12.    native int getInetFamily();
  13. }
  14.