SunSPOT API V5.0


Uses of Class
java.io.Reader

Packages that use Reader
com.sun.cldc.i18n   
com.sun.squawk.io   
com.sun.squawk.util   
java.io   
 

Uses of Reader in com.sun.cldc.i18n
 

Subclasses of Reader in com.sun.cldc.i18n
 class StreamReader
          General prototype for character converting stream readers.
 

Methods in com.sun.cldc.i18n that return Reader
 Reader StreamReader.open(InputStream in, String enc)
          Open the reader
 

Uses of Reader in com.sun.squawk.io
 

Subclasses of Reader in com.sun.squawk.io
 class BufferedReader
          Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
 

Constructors in com.sun.squawk.io with parameters of type Reader
BufferedReader(Reader in)
          Create a buffering character-input stream that uses a default-sized input buffer.
BufferedReader(Reader in, int sz)
          Create a buffering character-input stream that uses an input buffer of the specified size.
 

Uses of Reader in com.sun.squawk.util
 

Constructors in com.sun.squawk.util with parameters of type Reader
LineReader(Reader reader)
          Creates a new LineReader to parse the lines from a given Reader.
 

Uses of Reader in java.io
 

Subclasses of Reader in java.io
 class InputStreamReader
          An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
 


SunSPOT API V5.0


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