SunSPOT API V5.0


Uses of Package
java.io

Packages that use java.io
com.sun.cldc.i18n   
com.sun.spot.flashmanagement Low level access to chunks of flash memory. 
com.sun.spot.io.j2me.memory Support for the "memory" GCF protocol. 
com.sun.spot.io.j2me.radiogram Support for the 'radiogram' GCF protocol. 
com.sun.spot.io.j2me.radiostream Support for the 'radiostream' GCF Protocol. 
com.sun.spot.io.j2me.remoteprinting Provides the auxiliary classes used by remote printing. 
com.sun.spot.io.j2me.socket Support for the "socket" GCF protocol. 
com.sun.spot.peripheral Access to the hardware peripherals built in to the Sun SPOT main board. 
com.sun.spot.peripheral.basestation Code to allow the Sun SPOT to function as a base station. 
com.sun.spot.peripheral.external Generic support for external boards. 
com.sun.spot.peripheral.ota Support for managing remote Sun SPOTs using ant scripts. 
com.sun.spot.peripheral.radio Support for using the Sun SPOT's radio. 
com.sun.spot.sensorboard Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. 
com.sun.spot.sensorboard.io Interfaces and concrete implmentations of classes to enable simple low-level i/o to and from the SunSPOT sensorboards. 
com.sun.spot.sensorboard.peripheral Interfaces and concrete implementations of various peripherals that are either connected to or built into the daughter cards. 
com.sun.spot.util Utility classes. 
com.sun.squawk   
com.sun.squawk.flash   
com.sun.squawk.io   
com.sun.squawk.io.j2me.multicast   
com.sun.squawk.io.j2me.radiostream The radiostream protocol supports streaming between two Sun SPOTs via the radio. 
com.sun.squawk.io.mailboxes   
com.sun.squawk.peripheral   
com.sun.squawk.security.verifier   
com.sun.squawk.util   
java.io   
java.lang   
javax.microedition.io   
 

Classes in java.io used by com.sun.cldc.i18n
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
Reader
          Abstract class for reading character streams.
UnsupportedEncodingException
          The Character Encoding is not supported.
Writer
          Abstract class for writing to character streams.
 

Classes in java.io used by com.sun.spot.flashmanagement
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 

Classes in java.io used by com.sun.spot.io.j2me.memory
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.spot.io.j2me.radiogram
DataInput
          The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataOutput
          The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.spot.io.j2me.radiostream
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 

Classes in java.io used by com.sun.spot.io.j2me.remoteprinting
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 

Classes in java.io used by com.sun.spot.io.j2me.socket
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 

Classes in java.io used by com.sun.spot.peripheral
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 

Classes in java.io used by com.sun.spot.peripheral.basestation
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.spot.peripheral.external
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.spot.peripheral.ota
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 

Classes in java.io used by com.sun.spot.peripheral.radio
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.spot.sensorboard
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.spot.sensorboard.io
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.spot.sensorboard.peripheral
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.spot.util
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
PrintStream
          A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
 

Classes in java.io used by com.sun.squawk
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
IOException
          Signals that an I/O exception of some sort has occurred.
PrintStream
          A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
 

Classes in java.io used by com.sun.squawk.flash
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
 

Classes in java.io used by com.sun.squawk.io
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
Reader
          Abstract class for reading character streams.
Writer
          Abstract class for writing to character streams.
 

Classes in java.io used by com.sun.squawk.io.j2me.multicast
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 

Classes in java.io used by com.sun.squawk.io.j2me.radiostream
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
 

Classes in java.io used by com.sun.squawk.io.mailboxes
ByteArrayInputStream
          A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.squawk.peripheral
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.squawk.security.verifier
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
 

Classes in java.io used by com.sun.squawk.util
ByteArrayInputStream
          A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayOutputStream
          This class implements an output stream in which the data is written into a byte array.
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
Reader
          Abstract class for reading character streams.
 

Classes in java.io used by java.io
DataInput
          The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataOutput
          The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
Reader
          Abstract class for reading character streams.
UnsupportedEncodingException
          The Character Encoding is not supported.
Writer
          Abstract class for writing to character streams.
 

Classes in java.io used by java.lang
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
PrintStream
          A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
UnsupportedEncodingException
          The Character Encoding is not supported.
 

Classes in java.io used by javax.microedition.io
DataInput
          The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutput
          The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
IOException
          Signals that an I/O exception of some sort has occurred.
OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.