Anyway, you should be using `byteArray.toString(Ch...
# announcements
o
Anyway, you should be using
byteArray.toString(Charsets.UTF_8)
and not trying to reimplement it.