string to byte, cant store values like E8 for MAC address.
usman sarwar
Greenhorn
Joined: Nov 03, 2008
Posts: 3
posted
0
hi guyz,
I am facing a problem related with byte value
actually what I wana do is to assign string value to byte array. String value is a hexa-decimal value of MAC address. I know how to assign values but the problem is byte in java is signed, hence i cannot store values like E8.