-
Notifications
You must be signed in to change notification settings - Fork 28
BytesUtils
devnied edited this page Feb 23, 2013
·
8 revisions
This class provided some static methods to convert byte array to String an String to byte array.
Convert byte array to String
byte[] array = new byte[]{0x20,0x30,0x40};
System.out.println(ByteUtils.)