IM Profile

Uses of Class
java.io.OutputStream

Packages that use OutputStream
com.siemens.icm.io Siemens IMP utility classes for accessing the functionality of a wireless module.  
com.siemens.icm.io.file   
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.siemens.icm.io
 

Methods in com.siemens.icm.io that return OutputStream
 OutputStream ATCommand.getDataOutputStream()
          This function returns the output stream for data connections.
 

Uses of OutputStream in com.siemens.icm.io.file
 

Methods in com.siemens.icm.io.file that return OutputStream
 OutputStream FileConnection.openOutputStream()
          Open and return an output stream for a connection.
 OutputStream FileConnection.openOutputStream(long byteOffset)
          This method opens an output stream and positions it at the indicated byte offset in the file.
 

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 output 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
PrintStream(OutputStream out)
          Create a new print 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.
DataOutputStream(OutputStream out)
          Creates a new data output stream to write data to the specified underlying output 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.
 


IM Profile

Submit a comment or suggestion Version 2.0 of IM Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.