home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / net / InetAddressImpl.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  457 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.