PenProfile 2.x

Uses of Class
java.io.OutputStream

Packages that use OutputStream
com.livescribe.storage   
com.sun.cldc.i18n Provides classes for work with character streams. 
com.sun.cldc.i18n.j2me   
com.sun.cldc.io.j2me.socket   
com.sun.cldchi.io Provides class for System.out implmentation. 
java.io Provides classes for input and output through data streams. 
javax.microedition.io Classes for the Generic Connection framework. 
javax.microedition.media.control   
 

Uses of OutputStream in com.livescribe.storage
 

Methods in com.livescribe.storage that return OutputStream
 OutputStream PenletStorage.openOutputStream(String name)
          Open a PenletStorage output stream for writing.
 OutputStream PenletStorage.openOutputStream(String name, boolean append)
          Open a PenletStorage output stream for writing (appending if append is true).
 

Uses of OutputStream in com.sun.cldc.i18n
 

Fields in com.sun.cldc.i18n declared as OutputStream
 OutputStream StreamWriter.out
          Output stream to write to
 

Methods in com.sun.cldc.i18n with parameters of type OutputStream
static Writer Helper.getStreamWriter(OutputStream os)
          Get a writer for an OutputStream
static Writer Helper.getStreamWriter(OutputStream os, String name)
          Get a writer for an OutputStream
 Writer StreamWriter.open(OutputStream out, String enc)
          Open the writer
 

Uses of OutputStream in com.sun.cldc.i18n.j2me
 

Methods in com.sun.cldc.i18n.j2me with parameters of type OutputStream
 Writer UTF8_Writer.open(OutputStream out, String enc)
          Opens the writer.
 

Uses of OutputStream in com.sun.cldc.io.j2me.socket
 

Methods in com.sun.cldc.io.j2me.socket that return OutputStream
 OutputStream Protocol.openOutputStream()
          Returns an output stream for this socket.
 

Uses of OutputStream in com.sun.cldchi.io
 

Subclasses of OutputStream in com.sun.cldchi.io
 class ConsoleOutputStream
           
 

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
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.
 

Uses of OutputStream in javax.microedition.media.control
 

Methods in javax.microedition.media.control with parameters of type OutputStream
 void RecordControl.setRecordStream(OutputStream stream)
          Set the output stream where the data will be recorded.
 


PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.