issues
search
stacycurl
/
pimpathon
Adds useful methods to scala & java classes.
Apache License 2.0
35
stars
9
forks
source link
Add String.fromHex: Array[Byte]
#249
Open
stacycurl
opened
8 years ago
stacycurl
commented
8 years ago
= hex.grouped(2).map(x ⇒ Integer.parseInt(x, 16).toByte).toArray
= hex.grouped(2).map(x ⇒ Integer.parseInt(x, 16).toByte).toArray