I have a problem viz,I have a String stream ,and need to read it to
extract Java data types like int and string. Is there any way to do
it??
I have tried DataInputStream but it takes only ByteArrayInputStream
(I am using j2me) and cannot take anything like string stream .
its easy to do this in C++ using a istringstream class .Is there
anything equivalent in Java?