I'm using the MIDP 2.0 (JSR 118) and I just noticed that there is no reader for strings in J2ME.
Does anyone know how you are supposed to read Strings from an InputStream
or InputStreamReader
in a platform independent way (i.e. between two java enabled cell phones of different models)?