Application I/O interface
-
In MIDP, as in J2SE, IO streams are the primary mechanism available to applications to read and write streams of data. In addition to java.io, the MIDP defines the javax.microedition.io package in contrast to java.net, which supports networking and communications for MIDP applications. MIDP applications use the javax.microedition.io types to create and manipulate various kinds of network connections. They then read from these connections and write to them using the types in the MIDP java.io package, which contains a subset of the classes and interfaces in the J2SE java.io package....
41p andsheva 01-10-2011 80 10 Download