I've a string that already represents a byte array and i'd reconvert that string to that byte array. example:
String mystring = "[B@c209af9";
//byte[] arrb= content of mystring that already is a byte array;
I've a string that already represents a byte array and i'd reconvert that string to that byte array. example:
String mystring = "[B@c209af9";
//byte[] arrb= content of mystring that already is a byte array;