Using j2se's "BufferedWriter" in the j2me emulator
Hello,
I want to ask a question about J2ME. I want to use the J2SE's class such as java.io.BufferedWriter and java.io.FileWriter inside my j2me program. But finally it turned out that the midp emulator tell that "BufferedWriter" is not resolved.
I want to know whether I can use j2se's BufferedWriter from J2ME? If I cannot use BufferedWriter in j2me then what else can I use for the purpose of writing data into a file in harddisk?
JohnWen604
|