home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / rt.jar / java / net / InetAddressImpl.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-23  |  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.