I
IveCal
Here is the code snippet. Can somebody help me convert byte arrays to
String? Here is the code snippet:
InetAddress addr = InetAddress.getLocalHost();
byte[] ipAddr = addr.getAddress();
How will I convert byte[] ipAddr to String . . . ?
Please do reply . . .
Thanks . . .
String? Here is the code snippet:
InetAddress addr = InetAddress.getLocalHost();
byte[] ipAddr = addr.getAddress();
How will I convert byte[] ipAddr to String . . . ?
Please do reply . . .
Thanks . . .