I am new to java. I receive the UDP data in byte array. Each elements of the byte array have the hexadecimal value. I need to convert each element to integer.
How to convert it to integer?
|
|
|
sample code:
|
|||
|
|
|
Manually: Iterate over the elements of the array and cast them to |
|||
|
|
|
Here's something I found that may be of use to you http://blog.codebeach.com/2008/02/convert-hex-string-to-integer-and-back.html |
|||
|
|
|
Function : return unsigned value of byte array.
|
|||||||
|