I have the following String-ified byte[]: "[0, 1, 2 , 3]".
And I would like to cast this into a byte[]. How can I do this in Java?
I have the following String-ified byte[]: "[0, 1, 2 , 3]".
And I would like to cast this into a byte[]. How can I do this in Java?