SyntaxFix
Write A Post
Hire A Developer
Questions
If you have them already in a byte[] array, you can use:
int result = ByteBuffer.wrap(bytes).getInt();
source: here