"

2013 FRC Java API

"

Package com.sun.squawk.io

Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP.

See:
          Description

Class Summary
BufferedReader Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
BufferedWriter Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
ConnectionBase Base class for Connection protocols.
ConnectionBaseAdapter Protocol classes extend this class to gain some of the common functionality needed to implement a CLDC Generic Connection.
MulticastOutputStream A MulticastOutputStream can be configured to send its output to zero or more named output streams.
 

Package com.sun.squawk.io Description

Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. These are implemented as "vendor-suppiled classes".


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"