|
SunSPOT API V2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use java.io | |
|---|---|
| com.sun.spot.io.j2me.memory | Support for the "memory" GCF protocol. |
| com.sun.spot.io.j2me.radiogram | |
| com.sun.spot.io.j2me.radiostream | |
| 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.hardware | Interfaces and concrete classes that embody various pieces of hardware that are built into the SunSPOT sensorboards. |
| 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.sensorboard.protocol | Collection of some simple classes that define external protocols that can be attached to SunSPOT daughtercards. |
| com.sun.spot.util | Utility classes. |
| com.sun.squawk | |
| com.sun.squawk.flash | |
| com.sun.squawk.io | |
| com.sun.squawk.io.j2me.radiogram | The radiogram protocol supports datagram communication between two Sun SPOTs via the radio. |
| com.sun.squawk.io.j2me.radiostream | The radio 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.spot.io.j2me.memory | |
|---|---|
| InputStream
This abstract class is the superclass of all classes representing an input stream of bytes. |
|
| 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 | |
|---|---|
| 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.ota | |
|---|---|
| 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 | |
|---|---|
| IOException
Signals that an I/O exception of some sort has occurred. |
|
| Classes in java.io used by com.sun.spot.sensorboard.hardware | |
|---|---|
| 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.sensorboard.protocol | |
|---|---|
| IOException
Signals that an I/O exception of some sort has occurred. |
|
| Classes in java.io used by com.sun.spot.util | |
|---|---|
| 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. |
|
| 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.radiogram | |
|---|---|
| IOException
Signals that an I/O exception of some sort has occurred. |
|
| 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. |
|
| 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.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. |
|
| 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. |
|
| 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 V2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||