Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

MID Profile

Uses of Class
java.io.OutputStream

Packages that use OutputStream
java.io Provides for system input and output through data streams. 
javax.microedition.io MID Profile includes networking support based on the GenericConnection framework from the Connected Limited Device Configuration
 

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.DataOutputStream(OutputStream out)
          Creates a new data output stream to write data to the specified underlying output stream.
OutputStreamWriter.OutputStreamWriter(OutputStream os)
          Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter.OutputStreamWriter(OutputStream os, String enc)
          Create an OutputStreamWriter that uses the named character encoding.
PrintStream.PrintStream(OutputStream out)
          Create a new print stream.
 

Uses of OutputStream in javax.microedition.io
 

Methods in javax.microedition.io that return OutputStream
static OutputStream Connector.openOutputStream(String name)
          Create and open a connection output stream
 OutputStream OutputConnection.openOutputStream()
          Open and return an output stream for a connection.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 37 specification.