I'm trying to convert an byte[] to a String. When I use byte.toString(), the length of the String is only 10 or 9. However, the byte[] is length 30k or more. What am I doing wrong?
bt.length = ~29k
bt.toString.length = 9... It doesn't make sense to me..
bt.length = ~29k
bt.toString.length = 9... It doesn't make sense to me..
