|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputStream | |
---|---|
com.sun.spot.flashmanagement | Low level access to chunks of flash memory. |
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.ota | Support for managing remote Sun SPOTs using ant scripts. |
com.sun.spot.util | Utility classes. |
com.sun.squawk.io | Provides classes for input and output through data streams. |
com.sun.squawk.io.j2me.edemoserial | The serial protocol supports read/write access to the usart module on the Atmega88 for spot applications. |
com.sun.squawk.io.j2me.memory | The memory protocol supports direct read-only access to the Sun SPOT's RAM. |
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.j2me.remoteprint | Provides the Protocol class to implement a "remoteprint:" connection using the J2ME Generic Connection Framework (GCF). |
com.sun.squawk.io.j2me.serial | The serial protocol supports read/write access to the USB channel to host applications. |
com.sun.squawk.io.j2me.socket | The socket protocol supports read/write access to an arbitrary socket on a host computer. |
com.sun.squawk.util | Provides classes for basic utilities sometimes jound in JSE. |
java.io | Provides classes for input and output through data streams. |
javax.microedition.io | Classes for the Generic Connection framework. |
Uses of OutputStream in com.sun.spot.flashmanagement |
---|
Subclasses of OutputStream in com.sun.spot.flashmanagement | |
---|---|
class |
FlashFileOutputStream
FlashFileOutputStream represents an output stream over some flash memory. |
Uses of OutputStream in com.sun.spot.io.j2me.radiostream |
---|
Subclasses of OutputStream in com.sun.spot.io.j2me.radiostream | |
---|---|
class |
RadioOutputStream
Helper class for "radiostream:" connections. |
Uses of OutputStream in com.sun.spot.io.j2me.remoteprinting |
---|
Subclasses of OutputStream in com.sun.spot.io.j2me.remoteprinting | |
---|---|
class |
RemotePrintOutputStream
Helper class for "remoteprint:" connections. |
Uses of OutputStream in com.sun.spot.io.j2me.socket |
---|
Subclasses of OutputStream in com.sun.spot.io.j2me.socket | |
---|---|
class |
SocketProtocolOutputStream
Socket specific InputSteam. |
Constructors in com.sun.spot.io.j2me.socket with parameters of type OutputStream | |
---|---|
SocketProtocolOutputStream(OutputStream out)
Create the output stream from another OutputStream. |
Uses of OutputStream in com.sun.spot.peripheral |
---|
Subclasses of OutputStream in com.sun.spot.peripheral | |
---|---|
class |
BoundedOutputStream
An output stream that writes the length of the data at the start. |
Constructors in com.sun.spot.peripheral with parameters of type OutputStream | |
---|---|
BoundedOutputStream(OutputStream os)
|
Uses of OutputStream in com.sun.spot.peripheral.ota |
---|
Methods in com.sun.spot.peripheral.ota with parameters of type OutputStream | |
---|---|
void |
IOTACommandHelper.receiveDataWithFlowControl(long dataSize,
OutputStream outputStream)
Receive bulk data with flow control. |
Uses of OutputStream in com.sun.spot.util |
---|
Methods in com.sun.spot.util with parameters of type OutputStream | |
---|---|
void |
Properties.store(OutputStream out,
String header)
Store a representation of these properties on a stream |
Uses of OutputStream in com.sun.squawk.io |
---|
Subclasses of OutputStream in com.sun.squawk.io | |
---|---|
class |
MulticastOutputStream
A MulticastOutputStream can be configured to send its output to zero or more named output streams. |
Methods in com.sun.squawk.io that return OutputStream | |
---|---|
OutputStream |
MulticastOutputStream.add(String name,
OutputStream out)
Adds a given output stream to those contained by this multicaster. |
OutputStream |
MulticastOutputStream.get(String name)
Gets the output stream from this multicaster identified by a given name. |
OutputStream |
ConnectionBase.openOutputStream()
Open and return a data output stream for a connection. |
OutputStream |
MulticastOutputStream.remove(String name)
Removes a given output stream from those contained by this multicaster. |
Methods in com.sun.squawk.io with parameters of type OutputStream | |
---|---|
OutputStream |
MulticastOutputStream.add(String name,
OutputStream out)
Adds a given output stream to those contained by this multicaster. |
Uses of OutputStream in com.sun.squawk.io.j2me.edemoserial |
---|
Methods in com.sun.squawk.io.j2me.edemoserial that return OutputStream | |
---|---|
OutputStream |
Protocol.openOutputStream()
|
Uses of OutputStream in com.sun.squawk.io.j2me.memory |
---|
Methods in com.sun.squawk.io.j2me.memory that return OutputStream | |
---|---|
OutputStream |
Protocol.openOutputStream()
Throws IllegalStateException (output not supported for memory streams). |
Uses of OutputStream in com.sun.squawk.io.j2me.multicast |
---|
Methods in com.sun.squawk.io.j2me.multicast that return OutputStream | |
---|---|
OutputStream |
Protocol.openOutputStream()
Opens and returns an output stream for this connection. |
Uses of OutputStream in com.sun.squawk.io.j2me.radiostream |
---|
Methods in com.sun.squawk.io.j2me.radiostream that return OutputStream | |
---|---|
OutputStream |
Protocol.openOutputStream()
|
Uses of OutputStream in com.sun.squawk.io.j2me.remoteprint |
---|
Methods in com.sun.squawk.io.j2me.remoteprint that return OutputStream | |
---|---|
OutputStream |
Protocol.openOutputStream()
Open an OutputStream for this connection. |
Uses of OutputStream in com.sun.squawk.io.j2me.serial |
---|
Methods in com.sun.squawk.io.j2me.serial that return OutputStream | |
---|---|
OutputStream |
Protocol.openOutputStream()
|
Uses of OutputStream in com.sun.squawk.io.j2me.socket |
---|
Methods in com.sun.squawk.io.j2me.socket that return OutputStream | |
---|---|
OutputStream |
Protocol.openOutputStream()
Returns an output stream for this socket. |
Uses of OutputStream in com.sun.squawk.util |
---|
Subclasses of OutputStream in com.sun.squawk.util | |
---|---|
class |
ByteArrayOutputStreamWithGetBytes
An extention of ByteArrayOutputStream that allows the byte array buffer to be read directly, using the
ByteArrayOutputStreamWithGetBytes.getBytes() method. |
Uses of OutputStream in java.io |
---|
Subclasses of OutputStream in java.io | |
---|---|
class |
ByteArrayOutputStream
This class implements an output stream in which the data is written into a byte array. |
class |
DataOutputStream
A data input stream lets an application write primitive Java data types to an output stream in a portable way. |
class |
PrintStream
A PrintStream adds functionality to another output stream,
namely the ability to print representations of various data values
conveniently. |
Fields in java.io declared as OutputStream | |
---|---|
protected OutputStream |
DataOutputStream.out
The output stream. |
Constructors in java.io with parameters of type OutputStream | |
---|---|
DataOutputStream(OutputStream out)
Creates a new data output stream to write data to the specified underlying output stream. |
|
OutputStreamWriter(OutputStream os)
Create an OutputStreamWriter that uses the default character encoding. |
|
OutputStreamWriter(OutputStream os,
String enc)
Create an OutputStreamWriter that uses the named character encoding. |
|
PrintStream(OutputStream out)
Create a new print stream. |
Uses of OutputStream in javax.microedition.io |
---|
Methods in javax.microedition.io that return OutputStream | |
---|---|
OutputStream |
OutputConnection.openOutputStream()
Open and return an output stream for a connection. |
static OutputStream |
Connector.openOutputStream(String name)
Create and open a connection output stream. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |