Merged gcj-eclipse branch to trunk.

From-SVN: r120621
This commit is contained in:
Tom Tromey
2007-01-09 19:58:05 +00:00
parent c648dedbde
commit 97b8365caf
17478 changed files with 606493 additions and 100744 deletions
@@ -84,4 +84,14 @@ class VMInetAddress implements Serializable
*/
public static native byte[][] getHostByName(String hostname)
throws UnknownHostException;
/**
* Return the IP address represented by a literal address.
* Will return null if the literal address is not valid.
*
* @param address the name of the host
*
* @return The IP address as a byte array
*/
public static native byte[] aton(String address);
}