I got a code from net and it uses
imports java.io.BufferedReader
imports java.io.PrintWriter
This code is in JAVA SE. But I need to do the same in J2ME(JAVA ME). But it doesn't have BufferedReader and PrintWriter?
What can be used instead of BufferedReader and PrintWriter?