Converting java.util.Arrays.toString() output back to an array
807591Apr 24 2008 — edited Apr 24 2008Hello,
I find the toString() methods of the java.util.Arrays class very convenient to transform arrays to a string and save them in a file. However, I can't find a method to convert the string back to an array. Is there really no such method (why not?) or am I just not looking at the right place?
Cap