SunSPOT API V3.0


Package com.sun.squawk.io

Provides classes for input and output through data streams.

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.
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 for input and output through data streams.


SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.