wrapper java.net.InetAddress {
passwrapper <clinit>;
wrapper String getHostName () {
#;
RNetwork.revealHostname (result);
}
wrapper static InetAddress getByName (String host) {
RNetwork.revealHostname (host);
#;
}
wrapper static InetAddress[] getAllByName(String host) {
RNetwork.revealHostname (host);
#;
}
wrapper static InetAddress getLocalHost () {
#;
RNetwork.revealLocalHostname ();
}
passwrapper String toString ();
}
Naccio Home Page
University of Virginia, Computer Science