SunSPOT API V5.0


Uses of Class
java.io.Writer

Packages that use Writer
com.sun.cldc.i18n   
com.sun.squawk.io   
java.io   
 

Uses of Writer in com.sun.cldc.i18n
 

Subclasses of Writer in com.sun.cldc.i18n
 class StreamWriter
          General prototype for character converting stream writers.
 

Methods in com.sun.cldc.i18n that return Writer
 Writer StreamWriter.open(OutputStream out, String enc)
          Open the writer
 

Uses of Writer in com.sun.squawk.io
 

Subclasses of Writer in com.sun.squawk.io
 class BufferedWriter
          Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
 

Constructors in com.sun.squawk.io with parameters of type Writer
BufferedWriter(Writer out)
          Create a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer out, int sz)
          Create a new buffered character-output stream that uses an output buffer of the given size.
 

Uses of Writer in java.io
 

Subclasses of Writer in java.io
 class OutputStreamWriter
          An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.