Add bytor.go
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Fri, 28 Sep 2012 23:45:44 +0000 (16:45 -0700)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Fri, 28 Sep 2012 23:46:48 +0000 (16:46 -0700)
commita3ff5a41a6d295706e98b3f395286be7d8c39458
treeee284593247a4662c09841164ecb4106cc565545
parentb9d3d6b1c2f1cc215326d89c5286c76b9c3854c5
Add bytor.go

Add bytor.go to convert between Java-style signed int bytes to normal
hex bytes.  For example a byte with value -1 in Java-speak has value
0xff in hex.

Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
.gitignore
Makefile
bytor.go [new file with mode: 0644]