Wednesday, June 23, 2010

converting bytes to int in Java

Programmer Question

I need to convert 2 bytes (2's complement) into an int in Java code. how do I do it?




toInt(byte hb, byte lb)
{

}


Find the answer here

No comments:

Post a Comment

LinkWithin

Related Posts with Thumbnails