Skip to content

Instantly share code, notes, and snippets.

@mtustin-handy
Last active December 3, 2015 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtustin-handy/4a6156c70186e8e18e81 to your computer and use it in GitHub Desktop.
Save mtustin-handy/4a6156c70186e8e18e81 to your computer and use it in GitHub Desktop.
Scala to convert hex encoded as text into real binary data
val hex = area.split(" ").map(Integer.parseInt(_, 16).toByte)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment