Skip to content

Instantly share code, notes, and snippets.

@ahamez
Last active July 28, 2017 14:30
Show Gist options
  • Select an option

  • Save ahamez/dc3911758d3f169f38e7d416d2ffbcca to your computer and use it in GitHub Desktop.

Select an option

Save ahamez/dc3911758d3f169f38e7d416d2ffbcca to your computer and use it in GitHub Desktop.
Read big endian in Java
// Convert 4 unsigned big endian bytes to int
int x = java.nio.ByteBuffer.wrap(bytes).getInt();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment